add instructions on how to try it out

This commit is contained in:
Doug Bell 2010-04-20 23:49:29 -05:00
parent a7da8edde4
commit 814f6e3182

6
README
View file

@ -1,5 +1,11 @@
This is the PSGI branch of WebGUI8
To try this out:
1) Run testEnvironment.pl to install Plack
2) $ cd <WebGUI directory>
3) $ plackup app.psgi
Currently, the best performance is achieved via:
plackup -E none -s Starman --workers 10 --disable-keepalive