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