From a565844ac956f7286376111d33232dc501411a33 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Tue, 16 Aug 2011 00:06:39 +0800 Subject: [PATCH] Revert "Can't run rake tasks on cedar stack, currently failing with Error R13 (Attach error) -> Failed to attach to process. This will make it easier for new users to set up in the meantime. [ci skip]" --- Procfile | 1 + Procfile.cedar | 1 - README.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 Procfile delete mode 100644 Procfile.cedar diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..b41d8da --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bundle exec rails server thin -p $PORT diff --git a/Procfile.cedar b/Procfile.cedar deleted file mode 100644 index b41d8da..0000000 --- a/Procfile.cedar +++ /dev/null @@ -1 +0,0 @@ -web: bundle exec rails server thin -p $PORT diff --git a/README.md b/README.md index 9ba76be..73a28e5 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at 2. Create & configure for Heroku gem install heroku - heroku create example-errbit + heroku create example-errbit --stack cedar heroku addons:add mongohq:free heroku addons:add sendgrid:free heroku config:add HEROKU=true -- libgit2 0.21.2