source: main/branches/stable_gs3/greenstone2/GSI-Makefile@ 21834

Last change on this file since 21834 was 19250, checked in by davidb, 15 years ago

Unix version now allows the web server to be for local-only or external web server connections. Parallel development for Windows Local Library Server

File size: 1.7 KB
Line 
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
27# execute as: make -f GSI-Makefile <command>
28# where command is any of the following make targets
29
30test-gsdlhome:
31 ./gsicontrol.sh test-gsdlhome:
32
33configure-cgi:
34 ./gsicontrol.sh configure-cgi
35
36configure-admin:
37 ./gsicontrol.sh configure-admin
38
39configure-apache:
40 ./gsicontrol.sh configure-apache
41
42configure-web:
43 ./gsicontrol.sh configure-web
44
45web-status:
46 ./gsicontrol.sh web-status
47
48web-start:
49 ./gsicontrol.sh web-start
50
51web-restart:
52 ./gsicontrol.sh web-restart
53
54web-graceful:
55 ./gsicontrol.sh graceful
56
57web-stop-tested:
58 ./gsicontrol.sh web-stop-tested
59
60web-stop:
61 ./gsicontrol.sh web-stop
Note: See TracBrowser for help on using the repository browser.