VPS Setup Part 8 – Install WordPress via Subversion
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.
loading...
loading...
