Releases: Katharsas/GMM
1.0.3
Note that this software has not received a lot of testing yet, so expect problems/bugs to still be present.
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 from below and move it into your Tomcat'swebapps
directory. - Start the server (Windows: Run
bin/startup.bat
in cmd), may take some seconds... - A
gmm-workspace
folder should be created in your server folder. Inside, openconfig.properties
and enable the default user settings. - Stop and start the server again so that the changed settings can take effect. The log output should inform you about the enabled default user.
- Open your browser at
http://localhost:8080/GMM
and login with the credentials specified in theconfig.properties
file from step 5.
Known Bugs:
- The GMM should be used in one browser tab only, since it does not support per-tab user sessions.
Tips:
- Enable HTTP compression (Enable
compression
connector attribute in your Tomcat'sserver.xml
) to improve performance.
1.0.1
Note that this software has not received a lot of testing yet, so expect problems/bugs to still be present.
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 from below and move it into your Tomcat'swebapps
directory. - Start the server (Windows: Run
bin/startup.bat
in cmd), may take some seconds... - A
gmm-workspace
folder should be created in your server folder. Inside, openconfig.properties
and enable the default user settings. - Stop and start the server again so that the changed settings can take effect. The log output should inform you about the enabled default user.
- Open your browser at
http://localhost:8080/GMM
and login with the credentials specified in theconfig.properties
file from step 5.
Known Bugs:
- The GMM should be used in one browser tab only, since it does not support per-tab user sessions.
Tips:
- Enable HTTP compression (Enable
compression
connector attribute in your Tomcat'sserver.xml
) to improve performance.
0.6.9 Beta
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.
0.6.6 Beta
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.
0.6.5 Beta
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.
0.6.4 Alpha
This release is NOT meant for use in production!
Unlike the 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. - Close 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 the configuration file.
Major WIP
This release is NOT meant for use in production!
Includes the webapp as well as an embedded server which will start up and run the webapp on your computer. Requires Java 8. You can submit a new issue if you find a bug.
How to install:
- Unzip folder (contains a
.jar
file and a configuration file). - Open the configuration file and enable/configure default user.
- Navigate to folder with cmd and type
java -jar filename.jar
and hit enter. - Embedded server should start up, may take some seconds...
- Open browser at
http://localhost:8080/GMM
. - Login with the credentials of the default user you configured.
If there are any problems, make sure to check the console output for information from the logger.
Changelog:
- SVN Integration
- Assets are now handled and linked in a much more dynamic way
Minor WIP
This release is NOT meant for use in production!
Includes the webapp as well as an embedded server which will start up and run the webapp on your computer. Requires Java 8. You can submit a new issue if you find a bug.
How to install:
- Unzip folder (contains a
.jar
file). - Navigate to folder with cmd and type
java -jar filename.jar
and hit enter. - Embedded server should start up, may take some seconds...
- Open browser at
http://localhost:8080/GMM
. - Login with user "admin" and password "admin".
- Change your password in the "profile" tab.
Changelog:
- in-browser 3D preview for 3D models (.3ds)
- some workbench UI improvements
Major WIP
This release is NOT meant for use in production!
Includes the webapp as well as an embedded server which will start up and run the webapp on your computer. Requires Java 8. You can submit a new issue if you find a bug.
How to install:
- Unzip and open unzipped folder.
- Doubleclick the file with ending ".jar" (or type
java -jar filename.jar
in cmd in the folder). - Embedded server should start up, may take some seconds...
- Open browser at http://localhost:8080/GMM
- Login with user "admin" and password "admin"
Changelog:
- New task page design
- Basic synchronization between multiple users works now
- Better performance / less loading
Major WIP
This release is for anybody who wants a first impression.
This release is NOT meant for use in production!
So you may find some bugs. You can create an issue if you find one.
How to install:
- Unzip and open unzipped folder.
- Doubleclick the file with ending ".jar" (or type
java -jar filename.jar
in cmd in the folder). - Embedded server should start up, may take some seconds...
- Open browser at http://localhost:8080/GMM
- Login with user "admin" and password "admin"