Last active
October 23, 2015 15:26
-
-
Save fiveisprime/b7d7b65ac6ad21688fc8 to your computer and use it in GitHub Desktop.
Modulus Meteor Quickstart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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