2001-12-11 14:35:30 +00:00
|
|
|
To install this little application:
|
|
|
|
o install GNUstep, GNUstepWeb (including apache module),..
|
|
|
|
o do a make install in this directory
|
|
|
|
o add entry for this application in your apache module configuration file:
|
2003-06-01 22:00:18 +00:00
|
|
|
hello = {
|
|
|
|
adaptorTemplatesPath = "/home/httpd/GSWAdaptorTemplates";
|
|
|
|
GSWExtensionsFrameworkWebServerResources="/GSW/GSWExtensions/WebServerResources";
|
|
|
|
canDump = YES;
|
|
|
|
instances = {
|
|
|
|
1 = {
|
|
|
|
host=YourHostName;
|
|
|
|
port=9001;
|
|
|
|
parameters = { transport=socket; };
|
2001-12-11 14:35:30 +00:00
|
|
|
};
|
2003-06-01 22:00:18 +00:00
|
|
|
};
|
|
|
|
};
|
2001-12-11 14:35:30 +00:00
|
|
|
|
|
|
|
o cd /usr/GNUstep/System/GSWApps/Hello.gswa
|
|
|
|
o run ./ix86/linux-gnu/gnu-gnu-gnu/Hello
|
|
|
|
o open your browser a goto: http://YourHostName/GSWeb/hello
|
|
|
|
|