~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/setup/install_proc.txt

Update docs to comply with more recent Debian standards, and IVLE changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Installation Procedure for IVLE
2
2
# ===============================
3
3
 
4
 
# Target Platform: Ubuntu 8.04
 
4
# Target Platform: Ubuntu 8.04+
5
5
#
6
6
# IMPORTANT: This is NOT a shell script. It has interactive sections and
7
7
# things that need to be customized.
38
38
##########################################################################
39
39
# Installing ivle
40
40
##########################################################################
41
 
#
42
 
# Check out the IVLE trunk
43
 
 
44
 
svn co https://ivle.svn.sourceforge.net/svnroot/ivle/trunk ivle_svn
45
 
cd ivle_svn
46
41
 
47
42
# Create a postgres database
48
43
# (only need the first line if it was previously created and is now changed)
54
49
# Set up IVLE
55
50
./setup.py config
56
51
 
57
 
# -j is required to rebuild all jails, not just do an update
58
 
sudo ./setup.py build -j
 
52
./setup.py build
59
53
sudo ./setup.py install
60
54
 
 
55
# Create the jail. The mirror option is optional.
 
56
sudo ivle-buildjail -r -m http://url.to.archive/mirror
 
57
 
61
58
# Create a user
62
59
sudo ivle-makeuser [OPTIONS] <login> 'Firstname Lastname' <rolenm> -p <password>
63
60
# role = guest/student/tutor/lecturer/admin
66
63
sudo cp doc/setup/ivle-both.conf /etc/apache2/sites-available/ivle
67
64
# MODIFY the first few lines so it is specific to your server.
68
65
# * Change ServerAdmin and ServerName (for error reporting).
69
 
# * Inside the first VirtualHost block, there are two ServerNames
 
66
# * Inside the first VirtualHost block, there is a ServerName and ServerAlias
70
67
#   (localhost and public.localhost). You must change these to the domains
71
68
#   for regular IVLE and published-browsing IVLE respectively.
72
69
# * Inside the second VirtualHost block, there is one ServerName
73
70
#   (svn.localhost). You must change this to the domain for svn access.
74
 
# * Change all paths beginning with /opt/ivle or /home/informatics to the
75
 
#   locations you have installed things in.
76
 
# * Update all of the paths to where you installed IVLE, if required.
77
71
sudo vim /etc/apache2/sites-available/ivle
78
72
 
79
73
# Replace the default with the IVLE site.