This page contains the instruction to build Strudel Web application using this repository.
- HAProxy server (see HAPROXY.md)
- A server running Ubuntu 18.04 and Docker
- A configured
strudel-web.properties
. An example of the file is provided underconf/strudel-web.properties.example
.
git clone [email protected]:monash-merc/strudel-docker-public.git strudel-web
cd strudel-web
- Copy or move
strudel-web.properties
to theconf/
folder ./build.sh
./run.sh
to start the container
The conf/
directory contains the configuration files necesarry to run Strudel Web.
guacamole.properties
--> Auth configuration file for Guacamole Clientnginx.conf
--> Configuration file for nginx proxy serversetenv.sh
--> Catalina startup configuration filestrudel-web.log4j2.xml
--> Configuration file for Strudel Web app loggingstrudel-web.properties.example
--> Auth configuration for Strudel Web