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

« back to all changes in this revision

Viewing changes to doc/setup/install_proc.txt

  • Committer: dcoles
  • Date: 2008-07-08 03:48:37 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:827
Setup: More clean up of install_proc - looks like wgrant had the same idea!

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
##########################################################################
20
20
# Apt packages
21
21
##########################################################################
22
 
 
 
22
sudo apt-get update
23
23
sudo apt-get install subversion build-essential debootstrap             \
24
24
                     apache2 libapache2-mod-python libapache2-svn       \
25
25
                     python2.5-dev python-svn python-webpy python-cjson \
73
73
cd /home/informatics
74
74
sudo mkdir repositories sessions
75
75
sudo chown -R www-data:www-data repositories sessions
 
76
cd $IVLE_SVN
76
77
 
77
78
# Create a user
78
79
sudo ./makeuser.py [OPTIONS] <login> 'Firstname Lastname' <rolenm> -p <password>
89
90
#   (svn.localhost). You must change this to the domain for svn access.
90
91
# * Change all paths beginning with /opt/ivle or /home/informatics to the
91
92
#   locations you have installed things in.
92
 
vim /etc/apache2/sites-available/ivle
 
93
sudo vim /etc/apache2/sites-available/ivle
93
94
 
94
95
# Replace the default with the IVLE site.
95
96
sudo a2dissite default
101
102
# Make sure the 3 domains given in Apache conf all lookup to your server.
102
103
# (By default these are localhost, public.localhost and svn.localhost).
103
104
# For testing purposes, this can be done by editing /etc/hosts, for example:
104
 
127.0.0.1       svn.localhost public.localhost
 
105
# 127.0.0.1     public.localhost public.localhost
 
106
sudo vim /etc/hosts
 
107
 
 
108
# Restart the server
 
109
sudo /etc/init.d/apache2 restart
105
110
 
106
111
##########################################################################
107
112
# User management server: usrmgt-server