Skip to content

gangradem/ghost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghost example

This example deploys self-hosted version of Ghost. Internally it uses a MySQL database to store the data.

Deploy on Railway

✨ Features

  • Ghost
  • MySQL

💁‍♀️ How to use

  • Click the Railway button 👆
  • Add the environment variables
    • If you do not add the CLOUDINARY_URL environment variable, your images/files will not be persisted between deploys.
    • Add the MAILGUN_SMTP_LOGIN and MAILGUN_SMTP_PASSWORD variables if you want to invite users to your admin panel or send emails to your subscribers when you publish a new post.

📝 Notes

  • Railway's filesystem is ephemeral which is why any changes to the filesystem are not persisted between deploys. This is why, this example uses Cloudinary for storage.
  • The above limitation also affects the way themes work with Ghost, we use the bin/themes.sh script to copy over the themes every time you deploy. That way, the theme is always present.
    • To add a theme, first add the package as a dependency to the package.json file and then add it to the list of themes in the bin/themes.sh file.
    • Do NOT add a theme directly using the Ghost UI, it will look like it worked but will break whenever you deploy your app again.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published