This is part eight of our series on configuring a Slicehost slice.  We are finally at the last part of this series.  Here goes!

Step Eight – Install WordPress via Subversion

Install Subversion

Using Subversion is a much easier way to install Wordpress.  Install Subversion with this command:

sudo aptitude install subversion

Install WordPress

Move your working directory to the root of the directory that you want to install Wordpress in:

cd /home/<username>/public_html/<domain.name>/public

Install the latest stable version of Wordpress:

svn co http://svn.automattic.com/wordpress/tags/2.7 .

We’re done.  Now you can connect to your website and walk through the standard Wordpress installation.

Conclusion

I hope that you found this to be a useful series.  I have put this entire series into a PDF document (along with a few extras) so that you can have a nice printed version available.

Basic Slicehost Slice Setup Series List:

  1. Part 1 - Updating Ubuntu
  2. Part 2 - Configure iptables
  3. Part 3 - Install and Configure OpenSSH
  4. Part 4 - Install nginx Web Server
  5. Part 5 - Installing MySQL
  6. Part 6 - Installing PHP5 with fastcgi
  7. Part 7 - Create the Virtual Host Website
  8. Part 8 - Install WordPress via Subversion

Similar Posts:

If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?