Initialize library to deploy
Showing
Capfile
0 → 100644
| source 'https://rubygems.org' | source 'http://rubygems.org' | ||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| ... | @@ -81,3 +81,10 @@ gem 'kaminari', '~> 0.16.3' | ... | @@ -81,3 +81,10 @@ gem 'kaminari', '~> 0.16.3' |
| gem 'rsolr', '~> 1.0.12' | gem 'rsolr', '~> 1.0.12' | ||
| gem 'seed_migration', '~> 1.0.5' | gem 'seed_migration', '~> 1.0.5' | ||
| gem 'rails_12factor', '~> 0.0.3' | |||
| group :development do | |||
| gem 'capistrano-rails' | |||
| gem 'capistrano-rvm' | |||
| gem 'capistrano3-unicorn' | |||
| end | |||
| \ No newline at end of file |
config/database.example.yml
0 → 100644
config/deploy.rb
0 → 100644
config/deploy/production.rb
0 → 100644
config/deploy/staging.rb
0 → 100644
config/unicorn/production.rb
0 → 100644
shared/log/.keep
0 → 100644
shared/pids/.keep
0 → 100644
shared/sockets/.keep
0 → 100644
Please
register
or
sign in
to comment