summaryrefslogtreecommitdiffstats
path: root/funcweb/README
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/README')
-rw-r--r--funcweb/README31
1 files changed, 31 insertions, 0 deletions
diff --git a/funcweb/README b/funcweb/README
new file mode 100644
index 0000000..5acab13
--- /dev/null
+++ b/funcweb/README
@@ -0,0 +1,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>