Skip to content

Latest commit

 

History

History
executable file
·
22 lines (18 loc) · 584 Bytes

README.md

File metadata and controls

executable file
·
22 lines (18 loc) · 584 Bytes

Ghost

Install Instructions

  • git clone https://github.com/stevepeak/ghostblog-heroku.git
  • cd ghostblog-heroku
  • heroku create :app-name
  • heroku addons:add cleardb:ignite sendgrid:starter
  • heroku config
  • Update your heroku config to match the following below with your database credentials
heroku config:set MYSQL_DATABASE=<value> \
  MYSQL_HOST=<value> \
  MYSQL_PASSWORD=<value> \
  MYSQL_USER=<value> \
  MY_URL=http://your-url.com \
  NODE_ENV=production