prev-deary

Dear my diary

Stars
0

Deary

Dear my diary

  • Development build: Build Status (develop)
  • Latest build: Build Status (latest build)

Dependencies

  • Ruby 1.9.3 or later than (recommended later 2.0.0)
  • PostgreSQL
  • Node.js

Install dependencies

Gems

gem install bundler
bundle install

NPM modules

npm install

Bower components

./node_modules/.bin/bower install

Launch the application

bundle exec padrino start

Compile JavaScript

./node_modules/.bin/grunt js

Compile SCSS

./node_modules/.bin/grunt css

Continuous build

./node_modules/.bin/grunt watch

Setup database

bundle exec rake db:create db:migrate