source: gs3-extensions/atea-nlp-tools/trunk/src/koreromaori-proxy/README.txt@ 35494

Last change on this file since 35494 was 35494, checked in by davidb, 3 years ago

Notes on what to do to get setup

File size: 643 bytes
Line 
1
2# Look up the Te Hiku ASR key and enter it at the appropriate point when running
3
4 ./setup.sh
5
6
7# Now edit:
8
9 src/main/webapp/webContent/unauthorizsed.html
10
11so the button displays the name Atea, and points to the https://atea.space website
12
13
14# Compile up and install the war file
15
16 ant install
17
18
19# Now update apache2 config with ProxyPass rules
20
21 sudo emacs /etc/apache2/sites-enabled/000-default-le-ssl.conf
22
23 ProxyPass /gs3-koreromaori http://localhost:8383/gs3-koreromaori
24 ProxyPassReverse /gs3-koreromaori http://localhost:8383/gs3-koreromaori
25
26#Same for the http version:
27
28 sudo emacs /etc/apache2/sites-enabled/000-default.conf
Note: See TracBrowser for help on using the repository browser.