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

« back to all changes in this revision

Viewing changes to doc/upgrade.txt

  • Committer: apeel
  • Date: 2008-07-28 13:31:54 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:965
Added paragraph on checking the svn logs to see whether modifications have
been made to the database or jails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
  svn update
10
10
 
 
11
Review the IVLE code changes. The current installed IVLE version can
 
12
be found in /opt/ivle/version/ivle-revision.txt. 
 
13
eg. run 'svn log -v --limit 20' to get the last 20 checking messages.
 
14
Look to see whether there have been any changes to the jails or
 
15
database tables.
 
16
 
11
17
Then configure and build IVLE. New configuration options may sometimes
12
18
be added, so the configuration questions should be watched closely.
13
19
 
14
20
  ./setup.py listmake
15
21
  ./setup.py config
16
 
  ./setup.py build
 
22
  sudo ./setup.py build
17
23
 
18
24
Note that this will not perform a full rebuild of the template jail -
19
25
only the IVLE files inside the jail will be updated. To force a full
31
37
 
32
38
Now we can install the new version:
33
39
 
34
 
  ./setup.py install
 
40
  sudo ./setup.py install
35
41
 
36
42
... and remake the user jails, as this will occasionally be needed:
37
43