source: gsdl/trunk/GSI-Makefile@ 18851

Last change on this file since 18851 was 18851, checked in by ak19, 15 years ago

GSI-Makefile is now split into a bash script and the old Makefile where the targets just call the functions in the bash script by passing the function names as arguments.

File size: 1.7 KB
RevLine 
[18697]1###########################################################################
2#
3# GSI-Makefile -- Greenstone Server Interface makefile
4# A component of the Greenstone digital library software
5# from the New Zealand Digital Library Project at the
6# University of Waikato, New Zealand.
7#
8# Copyright (C) 1999 The New Zealand Digital Library Project
9#
10#
11# This program is free software; you can redistribute it and/or modify
12# it under the terms of the GNU General Public License as published by
13# the Free Software Foundation; either version 2 of the License, or
14# (at your option) any later version.
15#
16# This program is distributed in the hope that it will be useful,
17# but WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19# GNU General Public License for more details.
20#
21# You should have received a copy of the GNU General Public License
22# along with this program; if not, write to the Free Software
23# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24#
25###########################################################################
26
[18851]27# execute as: make -f GSI-Makefile <command>
28# where command is any of the following make targets
29
[18697]30test-gsdlhome:
[18851]31 ./gsicontrol.sh test-gsdlhome:
[18697]32
[18851]33configure-cgi:
34 ./gsicontrol.sh configure-cgi
[18697]35
[18851]36configure-admin:
37 ./gsicontrol.sh configure-admin
[18697]38
[18851]39configure-port:
40 ./gsicontrol.sh configure-port
[18697]41
[18851]42configure-apache:
43 ./gsicontrol.sh configure-apache
[18697]44
[18851]45configure-web:
46 ./gsicontrol.sh configure-web
[18697]47
[18851]48web-status:
49 ./gsicontrol.sh web-status
[18697]50
[18851]51web-start:
52 ./gsicontrol.sh web-start
[18697]53
[18851]54web-restart:
55 ./gsicontrol.sh web-restart
[18697]56
[18851]57web-graceful:
58 ./gsicontrol.sh graceful
[18697]59
[18851]60web-stop-tested:
61 ./gsicontrol.sh web-stop-tested
[18697]62
[18851]63web-stop:
64 ./gsicontrol.sh web-stop
Note: See TracBrowser for help on using the repository browser.