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

« back to all changes in this revision

Viewing changes to doc/man/install.rst

  • Committer: William Grant
  • Date: 2009-06-29 06:46:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: grantw@unimelb.edu.au-20090629064637-vovdg5lpmo9yn1ib
Document creating an admin user, now issue #151 is fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
Creating the initial user
182
182
-------------------------
183
183
 
184
 
.. TODO: Cover making the user an admin, one issue #151 is resolved.
185
 
 
186
 
The final step in getting a usable IVLE set up is creating a user. ::
187
 
 
188
 
   sudo ivle-makeuser username 'Full Name' -p password
 
184
The final step in getting a usable IVLE set up is creating a user. You'll
 
185
probably want admin privileges - if not, drop the ``--admin``. ::
 
186
 
 
187
   sudo ivle-makeuser --admin -p password username 'Full Name'
189
188
 
190
189
You should then be able to browse to ``http://ivle.localhost/``, and
191
190
log in with that username and password.