Introducing the Standards boilerplate w/ Backbone.js. This is a simple application setup to jump start your projects.
Installing Grunt:
Our boilerplate requires Grunt >=0.4.0
. If you've never installed Grunt, or you have installed an earlier version, visit Grunt's Getting Started Guide before proceeding.
Installing Bower:
Our boilerplate uses Bower for front-end package management. If you have never installed Bower, you can install it globally using npm:
npm install -g bower
Install gems:
bundle install
Install node modules:
npm install
Install bower dependencies:
bower install
Run grunt tasks:
grunt
Our boilerplate uses the capistrano deploy toolkit with the multistage extension active. We recomend learning the in's and out's of capistrano. Github prodives some good reading on this topic also.
Development:* cap deploy
Staging/QA:* cap stg deploy
Production:* cap prod deploy
*Each deploy requires enviorment setup by your administrator and the correct creditials for your deployment.