mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 19:51:13 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30225 72102866-910b-0410-8b05-ffd578937521
15 lines
485 B
Text
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
|
|
|