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

« back to all changes in this revision

Viewing changes to doc/man/install.rst

  • Committer: William Grant
  • Date: 2010-02-26 07:40:10 UTC
  • Revision ID: grantw@unimelb.edu.au-20100226074010-6iczgjl7rjctryox
Add initial user creation step to the master setup docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
The final step in getting a usable IVLE set up is creating a user. You'll
289
289
probably want admin privileges - if not, drop the ``--admin``. ::
290
290
 
291
 
   sudo ivle-adduser --admin -p password username 'Full Name'
 
291
   sudo ivle-adduser --admin -p PASSWORD USERNAME 'FULL NAME'
292
292
 
293
293
You should then be able to browse to http://ivle.localhost/, and
294
294
log in with that username and password.
467
467
You should now have a functional master.
468
468
 
469
469
 
 
470
Creating the initial user
 
471
~~~~~~~~~~~~~~~~~~~~~~~~~
 
472
 
 
473
The last master step for getting a usable IVLE set up is creating a user.
 
474
You'll probably want admin privileges - if not, drop the ``--admin``. ::
 
475
 
 
476
   sudo ivle-adduser --admin -p PASSWORD USERNAME 'FULL NAME'
 
477
 
 
478
You can then visit your IVLE web UI domain and login in with the username
 
479
and password.
 
480
 
 
481
 
470
482
Slave setup
471
483
-----------
472
484