Linux Sysadmin Blog

Linux Sysadmin Blog header image 4

Entries from June 4th, 2008

Install Subversion on CentOS with Cpanel

June 4th, 2008 · No Comments · Installation

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.

[Read more →]

Tags:

Install WordPress with Subversion

June 4th, 2008 · No Comments · Installation

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 blog url [...]

[Read more →]

Tags: