First off: my apologies for anyone who caught me in the middle of this today. You probably saw a very broken website for a while.

This post is mostly for my own reference, so unless you’re interested in the intricacies of WordPress, you might want to move on. I decided (after already moving WordPress manually the other day) that I wanted my WordPress installation to be installed using Dreamhost’s one-click install. This would let me easily upgrade it in the future, instead of having to do it all by hand. Unfortunately, that feature only works on installing it to a totally emptydirectory, something one only learns after deleting all the old WordPress installs and telling the installer robot to go ahead. This would have meant nuking my entire website, and then restoring it after the install. That would have taken hours over FTP, and the very thought makes me nervous.

So I reverted back to installing it in the WP subdirectory. However, I wanted to make ardenstone.com pretend to be the new site, so I followed the directions to do so. This works fairly well, but this situation requires the following notes for future upgrades:

  1. If I upgrade in the future, I’ll probably need to copy index.php from WP to the root.
  2. After copying this, modify fourth line to say:
    require('./wp/wp-blog-header.php');

Not too bad, but unfortunately at last the theme I modified and am currently using also needs some modification. I have the sneaking suspicion that this means I can’t easily change themes anymore, which kind of sucks. Anyhow, the other thing to change is the third line in header.php:
require('./wp/wp-blog-header.php');

Good times.

2 Comments

  1. The Shadowrun Generator is nice, but the BP costs for races are not correct for the current (4th) Edition.

  2. Hey Kate, thanks for the note! Unfortunately I don’t play Shadowrun these days (in large part to being 2,000 miles away from the folks I used to game with), and don’t have any 4th edition materials. If you’re feeling like hacking the code a bit, you’re welcome to grab it (just view source on the page, I didn’t hide anything) and modify it. If you’re not the coding type, feel free to point other folks from your group to this, it’s very simple code so if people are using it I imagine someone would step forward. You are welcome to put the new version on your (or whomever) own page. Optionally, send me the changes and I’ll throw up a 4th Edition version alongside the current one.