Linux System Admins Blog

System admins of Promet – an e-commerce, high availability Open Source web shop – share their findings

Linux System Admins Blog header image 4

Install Subversion on CentOS with Cpanel

June 4th, 2008 · No Comments

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: 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 [...]

[Read more →]

Tags: Installation