Changeset 18681 for gsdl


Ignore:
Timestamp:
2009-03-13T17:17:26+13:00 (15 years ago)
Author:
ak19
Message:

Echo statements to give some information on what to do next.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/packages/Makefile.in

    r18678 r18681  
    102102ifeq ($(USE_APACHE_HTTPD), 1)
    103103    cp -f apache-httpd/httpd.conf.in ../../apache-httpd/conf/.
     104    @ echo "****** INFO ******"
     105    @ echo "Type: make configure-admin, to set the admin password"
     106    @ echo "Edit the build.properties file to change the port number if necessary"
     107    @ echo "Type: make configure-web, to configure the included apache webserver"
     108    @ echo "EITHER type: make web-start, to launch the webserver from the command-line"
     109    @ echo "OR run: gs2-server.sh, to launch the GUI version of the included webserver"
     110    @ echo "******************"
    104111endif
    105112
Note: See TracChangeset for help on using the changeset viewer.