curl https://install.meteor.com/ | sh
- Install Meteormeteor npm install
meteor
- http://localhost:3000, log in as ccm@ccm.com/ccm. The ccm user is created when the server starts up if and only if there are no users in the database. For security purposes, be SURE to delete this default account, or change its password if you're going to run the server where people you don't trust will have access.
- Analytics are handled by okgrow:analytics.
meteor test --driver-package practicalmeteor:mocha
(cd tests; npm run-script lint)
./update-third-party-libs.sh