diff --git a/Examples/hello/GNUmakefile b/Examples/hello/GNUmakefile index 5c70b94..a5d9ab2 100644 --- a/Examples/hello/GNUmakefile +++ b/Examples/hello/GNUmakefile @@ -47,3 +47,8 @@ DIST_FILES = $(SRCS) $(HDRS) GNUmakefile Makefile.postamble Makefile.preamble include $(GNUSTEP_MAKEFILES)/gswapp.make -include Makefile.postamble + +# enable this for TCSimpleDB +#ADDITIONAL_TOOL_LIBS += -lTCSimpleDB +#ADDITIONAL_OBJCFLAGS += -DTCSDB + diff --git a/Examples/hello/INSTALL b/Examples/hello/INSTALL index a973236..8d4651d 100644 --- a/Examples/hello/INSTALL +++ b/Examples/hello/INSTALL @@ -1,21 +1,11 @@ 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 +./Hello.gswa/Hello -GSWMTEnabled NO -GSWPort 9008 -GSWAdaptorHost 10.1.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 diff --git a/Examples/hello/Main.gswc/Main.html b/Examples/hello/Main.gswc/Main.html index 2e5942c..29306ea 100644 --- a/Examples/hello/Main.gswc/Main.html +++ b/Examples/hello/Main.gswc/Main.html @@ -6,7 +6,7 @@ What's your name?

- +