Linux Sysadmin Blog

Install Wordpress With Subversion

- | Comments

To install Wordpress with Subversion you need shell access to your server and have Subversion installed. To start, login to your server (shell) and go to directory where you want to install Wordpress and execute this command:

1
svn co http://svn.automattic.com/wordpress/trunk/ .

Copy wp-config-sample.php to wp-config.php. Edit wp-config.php and enter database details. Access your blog url to complete installation.

Comments