~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-03-14 02:28:00 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:689
setup.py: chown the phpBB3 directory to www-data for correct permissions

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
# Beautiful Soup for student code
79
79
# via apt-get
80
80
sudo apt-get install python-beautifulsoup
81
 
# or 
 
81
# or
82
82
wget 'http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.tar.gz'
83
83
tar -xzvf BeautifulSoup.tar.gz
84
84
 
86
86
sudo python setup.py install
87
87
cd ..
88
88
 
 
89
# LXML for student code
 
90
sudo apt-get install python-lxml
 
91
 
89
92
# Documentation packages needed for tutorial system: Docutils, Epydoc
90
93
# wget each of these, untar them, and then do: sudo python ./setup.py install
91
94