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

« back to all changes in this revision

Viewing changes to doc/setup/install_proc.txt

  • Committer: William Grant
  • Date: 2009-02-18 00:31:46 UTC
  • mto: (1092.1.63 setup-stuff)
  • mto: This revision was merged to the branch mainline in revision 1100.
  • Revision ID: grantw@unimelb.edu.au-20090218003146-jictayp2dg05ec1d
Remove phpBB3 installation code and instructions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
sudo apt-get install rsync subversion build-essential debootstrap       \
23
23
                     apache2 libapache2-mod-python libapache2-svn       \
24
24
                     python-svn python-cjson python-genshi              \
25
 
                     python-configobj                                   \
26
 
                     postgresql php5 php5-pgsql python-routes           \
 
25
                     python-configobj postgresql python-routes          \
27
26
                     python-docutils python-epydoc                      \
28
27
                     python-storm python-psycopg2
29
28
 
97
96
 
98
97
# To run it at boot time:
99
98
sudo update-rc.d usrmgt-server defaults 99  # create symlinks in /etc/rc*.d
100
 
 
101
 
##########################################################################
102
 
# Setting up phpBB Forum in IVLE
103
 
##########################################################################
104
 
# This should all be run from the SVN directory
105
 
 
106
 
# Create a postgres database
107
 
# (only need the first line if it was previously created and is now changed)
108
 
sudo -u postgres dropdb ivle_forum
109
 
sudo -u postgres createdb ivle_forum
110
 
sudo -u postgres psql -d ivle_forum < userdb/forum_schema.sql
111
 
sudo -u postgres psql -d ivle_forum < userdb/forum_data.sql