From 3f18f4340016620e85526dae114ee72fb33dd80e Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Mon, 15 Aug 2011 13:38:28 +0800 Subject: [PATCH] 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 | 15 ++++----------- 3 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 Procfile create mode 100644 Procfile.cedar diff --git a/Procfile b/Procfile deleted file mode 100644 index b41d8da..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: bundle exec rails server thin -p $PORT diff --git a/Procfile.cedar b/Procfile.cedar new file mode 100644 index 0000000..b41d8da --- /dev/null +++ b/Procfile.cedar @@ -0,0 +1 @@ +web: bundle exec rails server thin -p $PORT diff --git a/README.md b/README.md index 704cf48..5441113 100644 --- a/README.md +++ b/README.md @@ -82,17 +82,10 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at git clone http://github.com/jdpace/errbit.git - 2. Copy database settings from mongoid.example.yml, and commit mongoid.yml to repository - - cp config/mongoid.example.yml config/mongoid.yml - sed -i "\|^config/mongoid.yml$|d" .gitignore - git add config/mongoid.yml .gitignore - git commit -m "Added mongoid.yml config for heroku." - - 3. Create & configure for Heroku + 2. Create & configure for Heroku gem install heroku - heroku create example-errbit --stack cedar + heroku create example-errbit heroku addons:add mongohq:free heroku addons:add sendgrid:free heroku config:add HEROKU=true @@ -100,11 +93,11 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at heroku config:add ERRBIT_EMAIL_FROM=example@example.com git push heroku master - 4. Seed the DB (_NOTE_: No bootstrap task is used on Heroku!) + 3. Seed the DB (_NOTE_: No bootstrap task is used on Heroku!) heroku run rake db:seed - 5. Enjoy! + 4. Enjoy! **Configuring LDAP authentication:** -- libgit2 0.21.2