summaryrefslogtreecommitdiffstats
path: root/funcweb
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
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')
-rw-r--r--funcweb/README (renamed from funcweb/README.txt)19
1 files changed, 7 insertions, 12 deletions
diff --git a/funcweb/README.txt b/funcweb/README
index 9134beb..5acab13 100644
--- a/funcweb/README.txt
+++ b/funcweb/README
@@ -13,23 +13,18 @@ Running
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
- $ python setup.py egg_info
- $ tg-admin sql create
- $ ./start-funcweb.py
-Connect to http://localhost:8080
+ 3) Setup and run funcweb
-Creating a new user
-===================
+ $ python setup.py egg_info
+ $ ./start-funcweb.py
-Currently funcweb only allows connections from 127.0.0.1 and from authenticated
-users. So if you wish to grant other people access to your funcweb instance,
-you can create new users easily:
+ 4) Use funcweb
- $ tg-admin shell
- >>> user = User(user_name='name', password='password')
- >>> ^D
+ Connect to http://localhost:8080
Authors
=======