Installing WordPress Step 3: Updating wp-config.php with Database Settings and Security Keys on Linux (CentOS)

This post is part of a step-by-step series on installing WordPress on Linux (CentOS 6) Requirements MySQL has been installed and secured WordPress Directory has been Installed Using yum Without yum MySQL database for WordPress has been made Locating the config file You can find your wp-config.php in your WordPress directory, wherever you installed it.…

Switching from root to ghost user; forever and database permissions issue

The situation You’ve installed ghost on your server (in my case centos) You’ve installed forever You’re running ghost through forever as root. The only problem is you don’t want to run it as root as it is not a good idea to be running ghost, or any public app as root or with root priveleges.…