DEV Community

Cover image for Ghost on Heroku
Mani Sai Prasad
Mani Sai Prasad

Posted on

Ghost on Heroku

Ghost is a free and open-source blogging platform written in JavaScript and distributed under the MIT License, It a simple and a powerful platform to share your content

Visit the project's website at http://ghost.org, or read the docs on http://support.ghost.org.

We all know Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud and most of it for free

So it's a good idea to maintain your Ghost powered blog for free on Heroku

To get started head over to my Github project ghostonheroku

Then simply click on 'Deploy to Heroku button'
Deploy

Then you will be redirected to the Heroku website to create a New App

Alt Text

Here we are using JawsDB MySQL and Mailgun as addons don't worry both are free addons and then click deploy

Alt Text

It will take some time to configure the environment and build the app
After its deployed to Heroku, open the app
Alt Text

Congratulation 🎉 you have deployed your blog app to Heroku!

After deployment,

For more in-depth tech details Check out the project Readme on Github https://github.com/manisaiprasad/ghostonheroku

Thank you! Happy Blogging 🎉

Comment down our views and if any issues

Top comments (0)