Installation of WordPress

Here’s the fully enumerated steps undertaken to install WordPress.


Preparation

  1. MySQL
    1. Via webmin, added myself as a user
    2. Created the database ‘wordpress’
  2. PHP
    1. Had to create the /usr/local/etc/php.ini file (using php.ini-recommended as the basis)
  3. Apache (all are in reference to /usr/local/etc/apache/httpsd.conf)
    1. Added the ‘DirectoryIndex’ directive, which for some reason wasn’t present
      []czo0NTpcIkRpcmVjdG9yeUluZGV4IGluZGV4LnBocCBpbmRleC5odG1sIGluZGV4Lmh0bVwiO3tbJiomXX0=[]

    2. Ensured the following lines were present:
      []czo4ODpcIkFkZFR5cGUgYXBwbGljYXRpb24veC1odHRwZC1waHAgLnBocCAuaHRtbA0KQWRkVHlwZSBhcHBsaWNhdGlvbi94LWh0dHB7WyYqJl19ZC1waHAtc291cmNlIC5waHBzXCI7e1smKiZdfQ==[]
    3. [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:
      []czoxNjpcIlJld3JpdGVFbmdpbmUgT25cIjt7WyYqJl19[]

Installation

  1. Downloaded latest release, 1.2.
  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.
  3. 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.
  4. 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. Responses are currently closed, but you can trackback from your own site.

Comments are closed.