summaryrefslogtreecommitdiffstats
path: root/funcweb/README
blob: 5acab133e5f47c6271760c93ee231d1f41f4cd08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
funcweb
=======

A TurboGears interface to func.

This project is currently under development, and is currently just a
proof-of-concept and should not be used in a production environment.

Running
=======

 1) Setup func.  https://fedorahosted.org/func/wiki/InstallAndSetupGuide
    Be sure to setup a non-root user to run the func client, so you don't have
    to run funcweb as root.

 2) Install the necessary software

    # yum install TurboGears python-genshi

 3) Setup and run funcweb

    $ python setup.py egg_info
    $ ./start-funcweb.py

 4) Use funcweb

    Connect to http://localhost:8080

Authors
=======
Luke Macken <lmacken@redhat.com>