libs-gsweb/Examples/hello/INSTALL
dwetzel a81f0f8e98 updated to flags really needed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30225 72102866-910b-0410-8b05-ffd578937521
2010-04-23 16:52:20 +00:00

15 lines
485 B
Text

To install this little application:
o install GNUstep, GNUstepWeb (including apache module),..
./Hello.gswa/Hello -GSWMTEnabled NO -WOHost 127.0.0.1 -WOPort 9008 -WOAdaptorHost 127.0.0.1
On OS X:
./Hello.gswa/Contents/MacOS/Hello -GSWMTEnabled NO -WOHost 127.0.0.1 -WOPort 9008 -WOAdaptorHost 127.0.0.1
(change your port and IP as needed)
Point your web browser to the URL printed out or configure a web adaptor as described on
http://wiki.gnustep.org/index.php/Apache2Adaptor