summaryrefslogtreecommitdiffstats
path: root/funcweb/README
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-02-20 10:46:37 -0500
committerLuke Macken <lmacken@redhat.com>2008-02-20 10:46:37 -0500
commit169fc5e750b143432c641f85db4a492d1433f92b (patch)
tree046bf7fb38cd75b9bb8f381d4ef0b5a963a384c5 /funcweb/README
parentb9a884030c5ed0e2c70a0dc025ac72fadfab881d (diff)
downloadthird_party-func-169fc5e750b143432c641f85db4a492d1433f92b.tar.gz
third_party-func-169fc5e750b143432c641f85db4a492d1433f92b.tar.xz
third_party-func-169fc5e750b143432c641f85db4a492d1433f92b.zip
More funcweb README modifications
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>