Skip to content

Commit

Permalink
Add gem rmagick for heroku/helion to run imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Gehani committed Jan 14, 2016
1 parent 28f2233 commit cf4b3e7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ gem "figaro"
group :production do
gem 'rails_12factor'
gem 'pg'
gem 'rmagick'
end

group :development, :test do
Expand Down
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: bundle exec rails server -p $PORT
12 changes: 12 additions & 0 deletions stackato.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
app-dir: /Users/neilg/Sites/omrails
disk: 2048
memory: 256
name: social-butterfly
services:
free.postgresql-59ead:
label: postgresql
plan: free
provider: core
version: 9.1
ignores: ["/public/system"]
command: bundle exec rake db:migrate && rails s -p $PORT

0 comments on commit cf4b3e7

Please sign in to comment.