Commit 3f18f4340016620e85526dae114ee72fb33dd80e

Authored by Nathan Broadbent
1 parent 1a6073d7
Exists in master and in 1 other branch production

Can't run rake tasks on cedar stack, currently failing with Error R13 (Attach er…

…ror) -> Failed to attach to process. This will make it easier for new users to set up in the meantime. [ci skip]
Showing 3 changed files with 5 additions and 12 deletions   Show diff stats
@@ -1 +0,0 @@ @@ -1 +0,0 @@
1 -web: bundle exec rails server thin -p $PORT  
Procfile.cedar 0 → 100644
@@ -0,0 +1 @@ @@ -0,0 +1 @@
  1 +web: bundle exec rails server thin -p $PORT
@@ -82,17 +82,10 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at @@ -82,17 +82,10 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at
82 82
83 git clone http://github.com/jdpace/errbit.git 83 git clone http://github.com/jdpace/errbit.git
84 84
85 - 2. Copy database settings from mongoid.example.yml, and commit mongoid.yml to repository  
86 -  
87 - cp config/mongoid.example.yml config/mongoid.yml  
88 - sed -i "\|^config/mongoid.yml$|d" .gitignore  
89 - git add config/mongoid.yml .gitignore  
90 - git commit -m "Added mongoid.yml config for heroku."  
91 -  
92 - 3. Create & configure for Heroku 85 + 2. Create & configure for Heroku
93 86
94 gem install heroku 87 gem install heroku
95 - heroku create example-errbit --stack cedar 88 + heroku create example-errbit
96 heroku addons:add mongohq:free 89 heroku addons:add mongohq:free
97 heroku addons:add sendgrid:free 90 heroku addons:add sendgrid:free
98 heroku config:add HEROKU=true 91 heroku config:add HEROKU=true
@@ -100,11 +93,11 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at @@ -100,11 +93,11 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at
100 heroku config:add ERRBIT_EMAIL_FROM=example@example.com 93 heroku config:add ERRBIT_EMAIL_FROM=example@example.com
101 git push heroku master 94 git push heroku master
102 95
103 - 4. Seed the DB (_NOTE_: No bootstrap task is used on Heroku!) 96 + 3. Seed the DB (_NOTE_: No bootstrap task is used on Heroku!)
104 97
105 heroku run rake db:seed 98 heroku run rake db:seed
106 99
107 - 5. Enjoy! 100 + 4. Enjoy!
108 101
109 102
110 **Configuring LDAP authentication:** 103 **Configuring LDAP authentication:**