Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.63 KB

README.md

File metadata and controls

53 lines (30 loc) · 1.63 KB

Front-end Backbone Boilerplate

Introducing the Standards boilerplate w/ Backbone.js. This is a simple application setup to jump start your projects.

Dependencies

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

Installation

Install gems:

bundle install

Install node modules:

npm install

Install bower dependencies:

bower install

Run grunt tasks:

grunt

Deploys

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.

License

GNU General Public License Version 3