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

« back to all changes in this revision

Viewing changes to doc/setup/install_proc.txt

  • Committer: wagrant
  • Date: 2008-07-08 04:34:54 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:828
install_proc.txt: Fix a couple of issues just introduced.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
##########################################################################
20
20
# Apt packages
21
21
##########################################################################
22
 
sudo apt-get update
23
22
sudo apt-get install subversion build-essential debootstrap             \
24
23
                     apache2 libapache2-mod-python libapache2-svn       \
25
24
                     python2.5-dev python-svn python-webpy python-cjson \
73
72
cd /home/informatics
74
73
sudo mkdir repositories sessions
75
74
sudo chown -R www-data:www-data repositories sessions
76
 
cd $IVLE_SVN
 
75
 
 
76
cd /home/informatics/ivle_svn
77
77
 
78
78
# Create a user
79
79
sudo ./makeuser.py [OPTIONS] <login> 'Firstname Lastname' <rolenm> -p <password>
102
102
# Make sure the 3 domains given in Apache conf all lookup to your server.
103
103
# (By default these are localhost, public.localhost and svn.localhost).
104
104
# For testing purposes, this can be done by editing /etc/hosts, for example:
105
 
# 127.0.0.1     public.localhost public.localhost
 
105
# 127.0.0.1     svn.localhost public.localhost
106
106
sudo vim /etc/hosts
107
107
 
108
 
# Restart the server
109
 
sudo /etc/init.d/apache2 restart
110
 
 
111
108
##########################################################################
112
109
# User management server: usrmgt-server
113
110
##########################################################################