Installation of WordPress
Here’s the fully enumerated steps undertaken to install WordPress.
Preparation
- MySQL
- Via webmin, added myself as a user
- Created the database ‘wordpress’
- PHP
- Had to create the /usr/local/etc/php.ini file (using php.ini-recommended as the basis)
- Apache (all are in reference to /usr/local/etc/apache/httpsd.conf)
- Added the ‘DirectoryIndex’ directive, which for some reason wasn’t present
DirectoryIndex index.php index.html index.htm - Ensured the following lines were present:
AddType application/x-httpd-php .php .html AddType application/x-httpd-php-source .phps - [Though I had actually done this after the actual install, this could just as easily have been done at this point] Turned mod_rewrite on for vhost:
RewriteEngine On
- Added the ‘DirectoryIndex’ directive, which for some reason wasn’t present
Installation
- Downloaded latest release, 1.2.
- scp’d file to server. unzipped in root dir of the site. mv’d all the files up a directory since they unpacked into the “wordpress” subdir.
- Modified wp-config-sample.php by giving it my mySQL username, password, db name, and db table prefix and renamed it to wp-config.php.
- Logged in to This entry was posted on Saturday, June 19th, 2004 at 3:01 PM and is filed under Installation/configuration, User, WordPress. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
