libs-gsweb/Examples/hello/INSTALL
Manuel Guesdon ae58cc295f 2001-12-11 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWResourceManager.m: logs
	* GSWeb.framework/GSWDefaultAdaptorThread.m: logs
		corrected bug in response writing
	* GSWeb.framework/GSWApplication.m: logs
	* GSWAdaptors/common/GSWHTTPResponse.c: logs
	* added Example/hello 'application'


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@11702 72102866-910b-0410-8b05-ffd578937521
2001-12-11 14:35:30 +00:00

23 lines
1 KiB
Text

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:
hello = {
adaptorTemplatesPath = "/home/httpd/GSWAdaptorTemplates";
GSWExtensionsFrameworkWebServerResources="/GSW/GSWExtensions/WebServerResources";
canDump = YES;
instances = {
1 = {
host=YourHostName;
port=9001;
parameters= {
transport=socket;
};
};
};
};
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