Projet

Général

Profil

Installation SVNWebAdmin

Préparation apache

Création d'un VirtualHost /etc/apache2/sites-available/svnwebadmin

<VirtualHost *:80>
        ServerAdmin webmaster@localhost

        DocumentRoot /data/svnwebadmin
        <Directory /data/svnwebadmin/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>

        ErrorLog ${APACHE_LOG_DIR}/svnwebadmin.log

        LogLevel warn

        CustomLog ${APACHE_LOG_DIR}/svnwebadmin-access.log combined

</VirtualHost>

Rechargement de apache

/etc/init.d/apache2 reload

Installation

http://www.svnwebadmin.net/installation

cd /data/svnwebadmin