-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add gem rmagick for heroku/helion to run imagemagick
- Loading branch information
Neil Gehani
committed
Jan 14, 2016
1 parent
28f2233
commit cf4b3e7
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
web: bundle exec rails server -p $PORT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |