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