~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 03:44:08 UTC
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: grantw@unimelb.edu.au-20090629034408-qsb04s1ta1n5zr0y
Document user creation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
   sudo /etc/init.d/usrmgt-server start
175
175
   sudo update-rc.d usrmgt-server defaults 99
176
176
 
 
177
 
 
178
Creating the initial user
 
179
-------------------------
 
180
 
 
181
.. TODO: Cover making the user an admin, one issue #151 is resolved.
 
182
 
 
183
The final step in getting a usable IVLE set up is creating a user. ::
 
184
 
 
185
   sudo ivle-makeuser username 'Full Name' -p password
 
186
 
 
187
You should then be able to browse to ``http://ivle.localhost/``, and
 
188
log in with that username and password.
 
189
 
177
190
.. note::
178
191
   For more advanced configuration, see :ref:`Configuring IVLE
179
192
   <ref-configuring-ivle>`.