ghost
Ghost JSON Export file to WordPress XML Import File Converter
Upgrading Self-Installed Ghost on Linux Server (CentOS 6)
Context These are instructions for how to upgrade a self-installed ghost blog on a linux server (These instructions are used on CentOS 6). It assumes you have installed ghost yourself. This was used to upgrade ghost from 0.4 to 0.5. In this case the old ghost directory was located at /var/www/ghost. First Step Make a…
Different Methods of Backing up and Automating Backups of Ghost on Linux (CentOS 6)
You may backup ghost using the ghost UI, or using command line. Each one has its advantages and disadvantages. Ghost UI Command Line Easy to use Requires command line knowledge Doesn’t require stopping ghost requires stopping ghost Can’t automate (currently) Can be automated Doesn’t include images (currently) Includes images Let’s go through them: Ghost UI…
Woes of using an outdated supervisord to run a node.js app (ghost)
The Situation I wanted to run my ghost blog using supervisord. I decided to install supervisord by using yum. The result was pretty bad as it turned out that the version that I installed was waaayyyy behind, which caused so many problems. To install it properly check out these instructions. This is an account of…