Installing WordPress Step 4: Deciding the Site Root Directory and Moving Files there on Linux (CentOS 6)

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 wp-config.php has been appropriately configured with database settings and security keys Now that our WordPress site has…

Installing WordPress Step 5: Running the WordPress php Install Script

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 wp-config.php has been appropriately configured with database settings and security keys The Site Root Directory has been…

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.…

Installing WordPress Step 2: Setting up MySQL for WordPress using Command Line MySQL Client on Linux (CentOS 6)

This post is part of a step-by-step series on installing WordPress on Linux (CentOS 6) There are several ways to access your MySQL database, but in this tutorial we will be using command line. Before we begin we assume the following: Requirements MySQL has been installed and secured WordPress Directory has been Installed Using yum…

Installing WordPress Step 1B: Installing the WordPress Directory Directly on Linux (CentOS 6)

This post is part of a step-by-step series on installing WordPress on Linux (CentOS 6) I prefer to install things with yum (or any package manager) when I can, but unfortunately there are some limitations to the epel WordPress package as we discussed in the post about installing WordPress using yum. This post will deal…