Changeset 10421 for main/waeup.cas


Ignore:
Timestamp:
9 Jul 2013, 07:30:21 (11 years ago)
Author:
uli
Message:

Update docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/README.rst

    r10418 r10421  
    4646
    4747
     48Running the CAS Server (with `paster`)
     49--------------------------------------
     50
     51You need some WSGI-capable HTTP-server to run CAS. One approach would
     52be the ``paster`` HTTP-server included in the ``PasteScript``
     53package::
     54
     55   (py27)$ pip install PasteScript
     56
     57This will provide the `paster` executable in path. Now you need a
     58configuration file like the ``sample.ini`` file provided in the
     59package root. You can run this configuration then like this::
     60
     61   (py27)$ paster serve sample.ini
     62
     63Afterwards you should be able to login on http://localhost:8008/login
     64
     65The authentication module enabled by default is ``dummy`` and mainly
     66for testing. It gives a successful login for the credentials ``bird``
     67/ ``bebop`` (and nothing else).
Note: See TracChangeset for help on using the changeset viewer.