Changeset 18721 for gsdl/trunk


Ignore:
Timestamp:
2009-03-19T18:02:03+13:00 (15 years ago)
Author:
ak19
Message:

In the output messages, told the user to source setup.bash before running any of the web make targets for the first time.

File:
1 edited

Legend:

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

    r18681 r18721  
    102102ifeq ($(USE_APACHE_HTTPD), 1)
    103103    cp -f apache-httpd/httpd.conf.in ../../apache-httpd/conf/.
    104     @ echo "****** INFO ******"
     104    @ echo "*************** INFO ***************"
     105    @ echo "Run: source setup.bash, to set up the environment for greenstone"
    105106    @ echo "Type: make configure-admin, to set the admin password"
    106107    @ echo "Edit the build.properties file to change the port number if necessary"
     
    108109    @ echo "EITHER type: make web-start, to launch the webserver from the command-line"
    109110    @ echo "OR run: gs2-server.sh, to launch the GUI version of the included webserver"
    110     @ echo "******************"
     111    @ echo "************************************"
    111112endif
    112113
Note: See TracChangeset for help on using the changeset viewer.