Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of ITUserManual


Ignore:
Timestamp:
Mar 20, 2017, 12:09:06 AM (7 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ITUserManual

    v1 v1  
     1= IT User Manual =
     2
     3== Account Management ==
     4
     5Only forum and mailinglists are open for public registration. For every other service you need an orxonox.net account. If you're a PPS student, ask a teaching assistant. If you're an external user and want to contribute to Orxonox, contact us.
     6
     7=== Access to services ===
     8
     9With your orxonox.net account, you can use the same login credentials for the following services:
     10
     11 * Trac (wiki and tickets)
     12 * SVN (only required for write-access)
     13 * Mail (SMTP-relay and IMAP if you have a mailbox)
     14 * Jenkins (manage build jobs)
     15
     16It does not work for these services:
     17
     18 * Forum
     19 * Mailman (mailing lists)
     20 
     21These services are open for public registration, so you can create your own account if you want to use them.
     22
     23A short note for admins:
     24
     25 * Zabbix: works with the regular orxonox.net account
     26 * Mailman admin: basic authentication works with the regular orxonox.net account, but the mailinglists have individual passwords
     27 * SSH: requries separate ssh key and separate sudoer password
     28 * LDAP: uses separate credentials
     29
     30=== Permissions ===
     31
     32There are four different user groups:
     33
     34||= Group =||= Members =||= Permissions =||
     35|| guest || Everyone that is not logged in || Read access to most resources ||
     36|| contributor || PPS students and external users || Write access to most resources ||
     37|| moderator || PPS teaching assistants and external moderators || Can delete most resources ||
     38|| admin || Server administrators || Full access ||
     39
     40=== Password recovery ===
     41
     42Please see the description of the SSP tool -> TODO.
     43
     44== Services ==
     45
     46An overview of all services on the Orxonox server that are available to regular users (guests and contributors).
     47
     48=== Trac (Wiki and Tickets) ===
     49
     50Trac is the website that you're looking at right now. It contains a wiki, a ticketing system, and a repository browser.
     51
     52TODO
     53
     54=== SVN ===
     55
     56SVN is our central source repository. There are two ways to access SVN:
     57
     58 * Write access: https://svn.orxonox.net/ (requires an orxonox.net account)
     59 * Read only access: http://svn.orxonox.net/
     60
     61If you're a PPS student, please use write access, otherwise you can't commit your changes to SVN.
     62
     63=== Mail ===
     64
     65As a regular user, you receive a <user>@orxonox.net mail alias that forwards to your private address. If you're a PPS student, this is usually your <user>@ee.ethz.ch address.
     66
     67You may receive emails from Trac or Jenkins on this address on certain occasions.
     68
     69=== Mailman (Mailing Lists) ===
     70
     71TODO
     72
     73=== Jenkins (Buildserver) ===
     74
     75TODO
     76
     77=== Forum ===
     78
     79The forum is open for public registration. If you already have an orxonox.net account, you still need to register in the forum. For that, you can use a different username and password if you like.
     80
     81=== IRC ===
     82
     83TODO
     84
     85=== SSP (Password recovery) ===
     86
     87If you forget your password, you can recover your account with the self service password tool. If you have a regular orxonox.net account, it is linked with your personal email address. The SSP tool will send a token to this address to recover your account.
     88
     89In case you have an orxonox.net account with a mailbox and NO forwarding to an external address, you can't recover your account by yourself. In this case you have to contact an administrator to reset your password.