Skip to content

Instantly share code, notes, and snippets.

@shrop
Created December 19, 2015 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrop/f0fe7e74290d89081a0b to your computer and use it in GitHub Desktop.
Save shrop/f0fe7e74290d89081a0b to your computer and use it in GitHub Desktop.
#!/bin/bash
# Startup Chimp testing instance
MONGO_PORT=3001
METEOR_PORT=3100
MONGO_URL=mongodb://localhost:$MONGO_PORT/chimp_db meteor --port $METEOR_PORT --settings=settings.json $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment