master
db/
rw-r--r--
90 B
rw-r--r--
595 B
rw-r--r--
206 B
rw-r--r--
42 B
rw-r--r--
6 B
rw-r--r--
374 B
rw-r--r--
828 B
rw-r--r--
446 B
rw-r--r--
1.7 KB
rw-r--r--
26.2 KB
rw-r--r--
17.6 KB
rw-r--r--
148 B
rw-r--r--
517 B
rw-r--r--
473 B
rw-r--r--
384 B
rw-r--r--
154 B
rw-r--r--
778 B

Build Status

Environment Setup

Install rbenv Install required gems

bundle install

Setup database (set password to postgres)

cp config/database.yml.example config/database.yml
rake db:create:all
rake db:migrate

Start server

bundle exec foreman start

Deployment

bundle exec cap production deploy