summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-03-10 18:41:07 -0400
committerLuke Macken <lmacken@redhat.com>2008-03-10 18:41:07 -0400
commitbe592ed5acfc374843c407018747cade0783d8ef (patch)
tree37815ff0f2a954082dceac334d0d9e9023bb7318 /funcweb
parent2317039d7c6d4ab2aa0bb7cb30b5af5334d0dcb3 (diff)
downloadthird_party-func-be592ed5acfc374843c407018747cade0783d8ef.tar.gz
third_party-func-be592ed5acfc374843c407018747cade0783d8ef.tar.xz
third_party-func-be592ed5acfc374843c407018747cade0783d8ef.zip
Update the funcweb README
- Added instructions for setting up a non-root user to run funcweb with - Added pam-devel to package dep list - Make running funcweb easier by generating the egg_info when necessary
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/README17
1 files changed, 10 insertions, 7 deletions
diff --git a/funcweb/README b/funcweb/README
index 5acab13..d37f698 100644
--- a/funcweb/README
+++ b/funcweb/README
@@ -1,26 +1,29 @@
funcweb
=======
-A TurboGears interface to func.
+A web interface to func, using TurboGears.
-This project is currently under development, and is currently just a
+This project is currently under development. It is currently 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.
+
+ You can give your user access to run func, allowing you to run funcweb
+ as a non-root user, by doing the following:
+
+ setfacl -d -R -m 'u:MYUSER:rX' /etc/pki/certmaster/
+ setfacl -R -m 'u:MYUSER:rX' /etc/pki/certmaster/
2) Install the necessary software
- # yum install TurboGears python-genshi
+ yum install TurboGears python-genshi pam-devel
3) Setup and run funcweb
- $ python setup.py egg_info
- $ ./start-funcweb.py
+ ./start-funcweb.py
4) Use funcweb