Skip to content

Instantly share code, notes, and snippets.

@fiveisprime
Last active October 23, 2015 15:26
Show Gist options
  • Save fiveisprime/b7d7b65ac6ad21688fc8 to your computer and use it in GitHub Desktop.
Save fiveisprime/b7d7b65ac6ad21688fc8 to your computer and use it in GitHub Desktop.
Modulus Meteor Quickstart
$ meteor create --example leaderboard
$ cd leaderboard
$ modulus project create leaderboard -r node.js -s 512
$ modulus env set ROOT_URL $(modulus project list | grep leaderboard | awk '{print $4}') -p leaderboard
$ modulus addons add mongo:base -p leaderboard
$ modulus deploy -p leaderboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment