From WP to WPMU
I did my first Wordpress MU installation yesterday and here is a couple of notes on my experience so far, including some tips.
Wordpress
My usual installation procedure when I set up wordpress for the first time.
- Upload WP to the server
- Run the installation
- Delete all plugins except for Akismet
- Delete all themes
- Upload BAREHTML5 (I’ll get back to you later today about what that is)
- Create a new admin user
- Log out with admin, log in with my new user and delete admin user
- Set up Akismet
- Install WP Security Scan plugin from the plugins menu
- If WP Security Scan produce any errors, fix them
- Adjust all the admin setting according to what your theme will do
- Code the theme
Wordpress MU
I did the same as with WP when I installed WP MU for the first time. All the same steps except from step 3 and 4. As I soon figured out that would be a time consuming error as I would have to start all over. Setting admin rights under the User tabs isn’t enough to create a new “Super user” for WP MU.
After some messing around in the admin tool and a reinstallation, my WP MU procedure is the following.
- Upload WP MU to the server
- Run the installation
- Create the new user
- Go into the option settings under the Site admin menu
- Add the new user to the Site Admins – Administration options
- Log out with the admin user, log in with the created user, delete the admin user.
- Upload BAREHTML5 to the themes folder
- Code
More information on what I will use WPMU for soon™.
Switch from WP to WPMU
- Create a temporary installation for your “old” blog. Move all content on to the temporary blog and choose to import all content (images, videoes, etc).
- Install WPMU in the base of your site (the steps above) and create a new blog.
- Swap to the new blog under the site admin settings
- Set up the blog to your old blog URL.
- Install your theme and activate it for your blog
- Import the content from your temporary blog
- Check if everything works, if it does delete your temp blog. You are now good to go.
Where this even remotely useful? Please comment with your WP to WPMU experience.