Skip to content

Releases: Katharsas/GMM

1.0.3

21 Mar 23:30
Compare
Choose a tag to compare

Note that this software has not received a lot of testing yet, so expect problems/bugs to still be present.

How to install:

  1. Install Java 11 or higher: https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot
  2. 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.
  3. Download the GMM.war file from below and move it into your Tomcat's webapps directory.
  4. Start the server (Windows: Run bin/startup.bat in cmd), may take some seconds...
  5. A gmm-workspace folder should be created in your server folder. Inside, open config.properties and enable the default user settings.
  6. 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.
  7. Open your browser at http://localhost:8080/GMM and login with the credentials specified in the config.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's server.xml) to improve performance.

1.0.1

20 Oct 13:58
Compare
Choose a tag to compare

Note that this software has not received a lot of testing yet, so expect problems/bugs to still be present.

How to install:

  1. Install Java 11 or higher: https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot
  2. 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.
  3. Download the GMM.war file from below and move it into your Tomcat's webapps directory.
  4. Start the server (Windows: Run bin/startup.bat in cmd), may take some seconds...
  5. A gmm-workspace folder should be created in your server folder. Inside, open config.properties and enable the default user settings.
  6. 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.
  7. Open your browser at http://localhost:8080/GMM and login with the credentials specified in the config.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's server.xml) to improve performance.

0.6.9 Beta

03 May 22:17
Compare
Choose a tag to compare
0.6.9 Beta Pre-release
Pre-release

How to install:

  1. Install Java 11 or higher: https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot
  2. 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.
  3. Download the GMM.war file and move it into your Tomcat's webapps directory.
  4. Start the server (Tomcat Windows: Run bin/startup.bat in cmd or powershell).
  5. Server and GMM webapp should start up, may take some seconds...
  6. A gmm-workspace folder should be created in your server folder. Locate it, open the config.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.
  7. Stop and start the server again so that the changed settings can take effect.
  8. Open your browser at http://localhost:8080/GMM and login with the credentials specified in the config.properties file from step 6.

0.6.6 Beta

15 Nov 02:19
Compare
Choose a tag to compare
0.6.6 Beta Pre-release
Pre-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:

  1. 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.
  2. Download the GMM.war file and move it into your servers webapps directory.
  3. Start the server (Tomcat Windows: Run bin/startup.bat in cmd or powershell).
  4. Server and GMM webapp should start up, may take some seconds...
  5. A gmm-workspace folder should be created in your server folder. Locate it, open the config.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.
  6. Stop and start the server again so that the changed settings can take effect.
  7. Open your browser at http://localhost:8080/GMM and login with the credentials specified in the config.properties file from step 5.

0.6.5 Beta

31 Jul 01:39
Compare
Choose a tag to compare
0.6.5 Beta Pre-release
Pre-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:

  1. 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.
  2. Download the GMM.war file and move it into your servers webapps directory.
  3. Start the server (Tomcat Windows: Run bin/startup.bat in cmd or powershell).
  4. Server and GMM webapp should start up, may take some seconds...
  5. A gmm-workspace folder should be created in your server folder. Locate it, open the config.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.
  6. Stop and start the server again so that the changed settings can take effect.
  7. Open your browser at http://localhost:8080/GMM and login with the credentials specified in the config.properties file from step 5.

0.6.4 Alpha

31 Mar 15:37
Compare
Choose a tag to compare
0.6.4 Alpha Pre-release
Pre-release

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:

  1. 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.
  2. Download the GMM.war file and move it into your servers webapps directory.
  3. Start the server (Tomcat Windows: Run bin/startup.bat in cmd or powershell).
  4. Server and GMM webapp should start up, may take some seconds...
  5. A gmm-workspace folder should be created in your server folder. Locate it, open the config.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.
  6. Close and start the server again so that the changed settings can take effect.
  7. Open your browser at http://localhost:8080/GMM and login with the credentials specified in the configuration file.

Major WIP

10 Oct 22:04
Compare
Choose a tag to compare
Major WIP Pre-release
Pre-release

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:

  1. Unzip folder (contains a .jar file and a configuration file).
  2. Open the configuration file and enable/configure default user.
  3. Navigate to folder with cmd and type java -jar filename.jar and hit enter.
  4. Embedded server should start up, may take some seconds...
  5. Open browser at http://localhost:8080/GMM.
  6. 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

02 Aug 23:14
Compare
Choose a tag to compare
Minor WIP Pre-release
Pre-release

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:

  1. Unzip folder (contains a .jar file).
  2. Navigate to folder with cmd and type java -jar filename.jar and hit enter.
  3. Embedded server should start up, may take some seconds...
  4. Open browser at http://localhost:8080/GMM.
  5. Login with user "admin" and password "admin".
  6. Change your password in the "profile" tab.

Changelog:

  • in-browser 3D preview for 3D models (.3ds)
  • some workbench UI improvements

Major WIP

07 Aug 01:11
Compare
Choose a tag to compare
Major WIP Pre-release
Pre-release

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:

  1. Unzip and open unzipped folder.
  2. Doubleclick the file with ending ".jar" (or type java -jar filename.jar in cmd in the folder).
  3. Embedded server should start up, may take some seconds...
  4. Open browser at http://localhost:8080/GMM
  5. 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

04 Nov 00:44
Compare
Choose a tag to compare
Major WIP Pre-release
Pre-release

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:

  1. Unzip and open unzipped folder.
  2. Doubleclick the file with ending ".jar" (or type java -jar filename.jar in cmd in the folder).
  3. Embedded server should start up, may take some seconds...
  4. Open browser at http://localhost:8080/GMM
  5. Login with user "admin" and password "admin"