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

Last change on this file since 38403 was 38403, checked in by davidb, 7 months ago

Additional echo statements added

  • Property svn:executable set to *
File size: 1.1 KB
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 connext-proxy.war has been regenerated for new drive location (run INSTALL.bat) ****
27echo **** Assuming that Greenstone3 is already running (SETUP.bat ; ant start) ****
28echo.
29
30echo.
31echo Away to run:
32echo Waikato_SaluteWairoa_b8
33echo.
34
35cd Waikato_SaluteWairoa_b8
36.\SaluteWairoa.Unity.exe
37cd ..
38
39:: Stop GS3 is you started it up
40
41:: call greenstone3-svn\web\sites\computing50\ConnectProxy\connectproxy-stop-server.bat
42
43:: Restore terminal color back to original default
44color
45
46
Note: See TracBrowser for help on using the repository browser.