Categories
Recent Comments
Twitter
- วันนี้มันอะไรกัน ชนะทั้งรถ ชนะทั้งบอล #fb 2010/06/27
Archives
Tag Archives: subversion
Install Apache/Subversion on Debian Lenny and Migrate the Repositories
Install Subversion/Apache sudo aptitude install subversion apache2 libapache2-svn Subversion Configuration Create subversion repositories: sudo mkdir /var/svn sudo chown -R www-data:www-data /var/svn All our subversion repositories should be located in /var/svn in order to be visible to Apache (you can change /var/svn to any directory). SSL (Secure Sockets Layer) The following steps are required if you [...]
Install Lighttpd and Subversion on Debian Lenny