~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-27 14:14:54 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:960
Install: Add the required command to enable PL/pgSQL for the IVLE database to 
the IVLE setup docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
# (only need the first line if it was previously created and is now changed)
49
49
sudo -u postgres dropdb ivle
50
50
sudo -u postgres createdb ivle
 
51
sudo -u postgres createlang plpgsql ivle
51
52
sudo -u postgres psql -d ivle < userdb/users.sql
52
53
 
53
54
# Set up IVLE