0.6.6 Beta
Pre-release
Pre-release
Katharsas
released this
15 Nov 02:19
·
32 commits
to master
since this release
Unlike some previous versions, this version does not include an embedded server, so you need to setup a server yourself (see below)!
How to install:
- 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 serverswebapps
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 5.