mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +00:00
24 lines
1 KiB
Text
24 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:
|
||
|
DynamicElements = {
|
||
|
adaptorTemplatesPath = "/home/httpd/GSWAdaptorTemplates";
|
||
|
GSWExtensionsFrameworkWebServerResources="/GSW/GSWExtensions/WebServerResources";
|
||
|
canDump = YES;
|
||
|
instances = {
|
||
|
1 = {
|
||
|
host=localhost;
|
||
|
port=9004;
|
||
|
parameters= {
|
||
|
transport=socket;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
o cd /usr/GNUstep/System/GSWApps/DynamicElements.gswa
|
||
|
o run ./ix86/linux-gnu/gnu-gnu-gnu/DynamicElements
|
||
|
o open your browser a goto: http://YourHostName/GSWeb/DynamicElements
|
||
|
|