#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)
#Steps#
- Create a new Sails application via
sails new <appName>
. - Change your working directory to the root directory of the new Sails application via
cd <appName>
. - Create an Ember application with Ember Tools via
create-ember.sh
. - Unzip the Twitter Bootstrap package into
./bootstrap
. - Copy the Twitter Bootstrap code to various locations via
integrate-bootstrap.sh
. - Modify
./views/layout.ejs
. - Modify
./ember/js/config/app.js
to require Bootstrap. - Build the Ember application via
build-ember.sh
. - Start the Sails application via
sails lift
.