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

« back to all changes in this revision

Viewing changes to doc/setup/install_proc.txt

  • Committer: mattgiuca
  • Date: 2008-02-05 23:29:48 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:426
tutorial: Again refactored present_worksheet so it now recurses on all nodes.
Had to manually write out element nodes in order to recurse on their children.
Now able to present problem elements from anywhere in the DOM tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
cd <<ivle source directory>>/userdb
135
135
sudo -u postgres createdb ivle
136
136
sudo -u postgres psql -d ivle < users.sql
 
137
 
 
138
#
 
139
# Installing Pound
 
140
sudo apt-get install pound
 
141
 
 
142
# edit /etc/default/pound so that the line reading
 
143
#     startup=0
 
144
# instead reads
 
145
#     startup=1
 
146
#
 
147
# copy pound.cfg to /etc/pound/pound.cfg