Sha256: ebe0af9e1e527f2bc33f8583e2dbbac45debe3bbdf86064b3e2e26a82b32ab43
Contents?: true
Size: 898 Bytes
Versions: 1
Compression:
Stored size: 898 Bytes
Contents
=============================================================================== Add the following addons: heroku addons:add memcachier heroku addons:add bonsai heroku addons:add sendgrid heroku addons:add cloudinary Add builpack to speed up deployment heroku config:add BUILDPACK_URL=https://github.com/ndbroadbent/heroku-buildpack-turbo-sprockets.git Push to repository git add . ; git commit -m "Herokuify" Push to Heroku rake georgia:heroku:deploy Migrate Database heroku run rake db:migrate Add elasticsearch indices heroku run rake environment tire:import CLASS=Georgia::Page FORCE=true heroku run rake environment tire:import CLASS=Ckeditor::Asset FORCE=true heroku run rake environment tire:import CLASS=Ckeditor::Picture FORCE=true Add Admin user heroku run rake db:seed ===============================================================================
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia_heroku-0.0.1 | lib/generators/georgia/heroku/install/templates/README |