0.6.9 Beta
Pre-release
Pre-release
Katharsas
released this
03 May 22:17
·
19 commits
to master
since this release
How to install:
- Install Java 11 or higher: https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot
- Install a Java EE container server like Tomcat 9 or Jetty: https://tomcat.apache.org/download-90.cgi
-> Scroll to the distributions and download the .zip binaries.
-> Create the JAVA_HOME system environment variable and assign your Java installation folder as value.
-> Unzip your tomcat server. - Download the
GMM.war
file and move it into your Tomcat'swebapps
directory. - Start the server (Tomcat Windows: Run
bin/startup.bat
in cmd or powershell). - Server and GMM webapp should start up, may take some seconds...
- A
gmm-workspace
folder should be created in your server folder. Locate it, open theconfig.properties
file inside and enable the default user settings. The shell output from your running server should inform you about this as well in more detail. - Stop and start the server again so that the changed settings can take effect.
- Open your browser at
http://localhost:8080/GMM
and login with the credentials specified in theconfig.properties
file from step 6.