add instructions on how to try it out
This commit is contained in:
parent
a7da8edde4
commit
814f6e3182
1 changed files with 7 additions and 1 deletions
6
README
6
README
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue