65
63
sudo cp doc/setup/ivle-both.conf /etc/apache2/sites-available/ivle
66
64
# MODIFY the first few lines so it is specific to your server.
67
65
# * Change ServerAdmin and ServerName (for error reporting).
69
67
# (localhost and public.localhost). You must change these to the domains
70
68
# for regular IVLE and published-browsing IVLE respectively.
71
69
# * Inside the second VirtualHost block, there is one ServerName
72
70
# (svn.localhost). You must change this to the domain for svn access.
76
71
sudo vim /etc/apache2/sites-available/ivle
78
73
# Replace the default with the IVLE site.