From 4d278f3eac913a339a569abab612a74bca87b4d0 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Tue, 19 Feb 2008 21:56:38 -0500 Subject: funcweb README modifications --- funcweb/README.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'funcweb') diff --git a/funcweb/README.txt b/funcweb/README.txt index 4c52dcd..9134beb 100644 --- a/funcweb/README.txt +++ b/funcweb/README.txt @@ -9,10 +9,14 @@ proof-of-concept and should not be used in a production environment. Running ======= - # yum install TurboGears python-genshi python-elixir + 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. + + # yum install TurboGears python-genshi $ python setup.py egg_info $ tg-admin sql create - # ./start-funcweb.py + $ ./start-funcweb.py Connect to http://localhost:8080 -- cgit