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

« back to all changes in this revision

Viewing changes to doc/setup/install_proc.txt

Add an ivle-createdatadirs script, to create the hierarchy under /var/lib/ivle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
sudo -u postgres psql -d ivle < userdb/users.sql
48
48
 
49
49
# Set up IVLE
50
 
./setup.py config
51
 
 
52
50
./setup.py build
53
51
sudo ./setup.py install
54
52
 
 
53
sudo ivle-config
 
54
sudo ivle-createdatadirs
 
55
 
55
56
# Create the jail. The mirror option is optional.
56
57
sudo ivle-buildjail -r -m http://url.to.archive/mirror
57
58