Changeset 10421
- Timestamp:
- 9 Jul 2013, 07:30:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.cas/trunk/README.rst
r10418 r10421 46 46 47 47 48 Running the CAS Server (with `paster`) 49 -------------------------------------- 50 51 You need some WSGI-capable HTTP-server to run CAS. One approach would 52 be the ``paster`` HTTP-server included in the ``PasteScript`` 53 package:: 54 55 (py27)$ pip install PasteScript 56 57 This will provide the `paster` executable in path. Now you need a 58 configuration file like the ``sample.ini`` file provided in the 59 package root. You can run this configuration then like this:: 60 61 (py27)$ paster serve sample.ini 62 63 Afterwards you should be able to login on http://localhost:8008/login 64 65 The authentication module enabled by default is ``dummy`` and mainly 66 for 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.