CVSWEB Network Management Workshop, PacNOG 5, June 2009, Papeete 1. Install cvsweb # apt-get install cvsweb 2. Edit the file /etc/cvsweb/cvsweb.conf: # vi /etc/cvsweb/cvsweb.conf - Change the line: 'local' => ['Local Repository', '/var/lib/cvs'], to 'rancid' => ['Rancid Repository', '/var/lib/rancid/CVS'], - Save and exit 3. Fix a link: # cd /var/www # ln -s /usr/share/cvsweb . 4. Open your web browser, and go to this address: http://localhost/cgi-bin/cvsweb/ - Navigate in the corresponding repository, and explore the files.