Skip to content

Instantly share code, notes, and snippets.

@Rebolon
Created April 21, 2015 07:23
Show Gist options
  • Save Rebolon/3b6d2ea36423c2bda633 to your computer and use it in GitHub Desktop.
Save Rebolon/3b6d2ea36423c2bda633 to your computer and use it in GitHub Desktop.
start meteor with different mongodb version (windows version)
//bat script where host and port are parameters, but you can also force them or set defaults if they are not sent
SET MONGO_URL=mongodb://%1:%2/meteor
meteor > logs/meteor.log
@Rebolon
Copy link
Author

Rebolon commented Apr 21, 2015

Just launch your meteor app with :

start.bat localhost 27017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment