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

« back to all changes in this revision

Viewing changes to doc/setup/install_proc.txt

ivle-config now creates /etc/ivle/plugins.d/000default.conf.
It contains a section for each of the default plugins, so IVLE works again.

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 postgresql python-routes          \
 
25
                     python-configobj                                   \
 
26
                     postgresql php5 php5-pgsql python-routes           \
26
27
                     python-docutils python-epydoc                      \
27
28
                     python-storm python-psycopg2
28
29
 
96
97
 
97
98
# To run it at boot time:
98
99
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