source: gs3-installations/computing50/trunk/sites/computing50/RUN-WAIKATO-COMPUTING50.bat@ 38143

Last change on this file since 38143 was 38143, checked in by davidb, 9 months ago

Self-contained version, tracking where custom changes were needed

  • Property svn:executable set to *
File size: 951 bytes
Line 
1@echo off
2
3color 0E
4
5::echo.
6::echo Running the NodeJS-Express Web Server 'ConnectProxy' on port 8080
7::echo Located in greenstone3-svn\web\sites\computing50\ConnectProxy
8
9:: :: :: change to 'start /min cmd ...' if you want window minized
10:: :: start cmd /c .\_RUN-WAIKATO-CONNECT.bat
11
12:: :: The following launches in its own DOS window
13:: echo.
14:: call greenstone3-svn\web\sites\computing50\ConnectProxy\connectproxy-start-server.bat
15
16
17::
18:: Run GS3 if not already running !!
19::
20:: look to see how gli.bat does this?
21
22::cd ..\..\..
23::ant start
24::cd web\sites\computing50
25echo.
26echo **** Assuming that Greenstone3 is already running ****
27echo.
28
29echo.
30echo Away to run:
31echo Waikato_SaluteWairoa_b8
32echo.
33
34cd Waikato_SaluteWairoa_b8
35.\SaluteWairoa.Unity.exe
36cd ..
37
38:: Stop GS3 is you started it up
39
40:: call greenstone3-svn\web\sites\computing50\ConnectProxy\connectproxy-stop-server.bat
41
42:: Restore terminal color back to original default
43color
44
45
Note: See TracBrowser for help on using the repository browser.