Ghost CMS upgrade - script for lazy admins - UPDATE2
I have made small updates to that script e.g. switched to supervisor as it is much more reliable, especially if You have more then one blog on same host. Earlier version of that entry
Read moreA collection of 5 posts
I have made small updates to that script e.g. switched to supervisor as it is much more reliable, especially if You have more then one blog on same host. Earlier version of that entry
Read moreEasy way to deal with SELinux blocking Your ghost blog port (or other app). Check on what port Your app is listening: netstat -tulpn Check what http ports are allowed by SElinux: semanage port -l | grep http Add Your port to SELinux: semanage port -a -t http_port_t -p
Read moreNew version of that entry I updated that script on my github account (cosmetic updates, casper update included). Now there are two versions: For ghost installs that uses system service For ghost installs that uses forever Check it here: https://github.com/gustlik/update_ghost_cms Earlier version of that
Read moreI added PL translation of default Ghost theme to my github account. IT is still Work in progress, but it could be useful for some PL users. You can check it here: https://github.com/gustlik/Casper It was made for new blog of my son :):
Read moreNew version of that entry I made short script for easier upgrade of Ghost (self hosted version). At the moment Ghost is still in development before version 1.0 so there is no official script for upgrade. I took steps from Ghost blog wiki http://support.ghost.org/how-to-upgrade and
Read more