Start with a free trial, no account required https://diploi.com/component/ghost
Run Ghost on Diploi.
Uses the official ghost Docker image.
Includes custom storage adapters for Diploi. These save images, files and media to a storage volume that will persist between reboots.
This volume can be found at /data on the Ghost app container.
- Sign up for Diploi at
https://console.diploi.com/using your GitHub account. - In your dashboard, click Create Project +
- Under Pick Components, choose Ghost
If you want to expand your Ghost blog with other tools, like a backend framework to add an API, in this section, you can add them. They will all be hosted on a single server, reducing costs and complexity. - In Pick Add-ons, select any databases or tools you want to include.
- In Repository, choose Create Repository which will generate a new GitHub repo for you.
- Click Launch Stack
Check the full guide https://diploi.com/blog/hosting_a_ghost_blog
When running a development environment, Ghost will be run in development mode too. This will allow you to develop custom themes and plugins with ease.
To learn more about developing on Ghost, see the Developing Themes section of their docs.
The production image will be an optimized, minimal version with your custom code baked in. Depending on which features you have been working on, you might have to apply them in the Ghost Admin panel (like themes and plugins).