To install Subversion (SVN) login to your server (shell) and execute:
yum install subversion
If perl-URI is not installed edit /etc/yum.conf and remove perl* then execute:
yum install perl-URI
Restore perl* on /etc/yum.conf.
Install Subversion on CentOS with Cpanel
June 4th, 2008 · No Comments
Tags: Installation
Install Wordpress with Subversion
June 4th, 2008 · No 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:
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 [...]
Tags: Installation
