Skip to content

dinhkhanh/ghostblog-heroku

Repository files navigation

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

About

Ghost Blog on Heroku v0.3.2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published