$ ./node_modules/.bin/knex:migrate:latest -c db/config.js
#Prerequisites#
- Sails.js (See https://github.com/balderdashy/sails)
- Ember Tools (See https://github.com/rpflorence/ember-tools)
- Twitter Bootstrap (See http://twitter.github.io/bootstrap/index.html)
- Passport.js (See http://passportjs.org)
npm install passport
npm install passport-local
(Probably could express this aspackage.json
)
#Steps#