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

« back to all changes in this revision

Viewing changes to doc/man/sample.rst

  • Committer: Matt Giuca
  • Date: 2010-02-04 00:27:38 UTC
  • Revision ID: matt.giuca@gmail.com-20100204002738-ek3pzs4slyu6b5a6
Docs: Clarified the process of refreshing the sample data.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
* Creates data directories and subversion repositories for all users, backing
46
46
  up directories for any existing users.
47
47
 
48
 
The script is executed with the following command::
 
48
The script is executed with the following command from the IVLE source
 
49
directory::
49
50
 
50
51
    sudo ivle-loadsampledata examples/db/sample.sql
51
52
 
53
54
   installation. Be sure you wish to do this.
54
55
 
55
56
.. note:: The script may fail at the "dropping database" phase if Apache or
56
 
   another process are using the database. It is best to stop Apache before
57
 
   executing the script.
 
57
   another process are using the database. It is best to *restart* (not stop)
 
58
   Apache before executing the script (``sudo /etc/init.d/apache2 restart``).
58
59
 
59
60
   If the database exists, but is not properly initialised, then the script
60
61
   may fail. In this case, you should manually run ``ivle-mountallusers -u``,