Skip to content

Mimosa Core v3.3.1

Latest
Compare
Choose a tag to compare
@WeiLiangLOL WeiLiangLOL released this 20 May 08:54

The initial core release of Mimosa.

Place mimosa in a directory of your preference before running the following commands in a terminal.

java -jar mimosa-core-<-version->.jar -g sql

java -jar mimosa-core-<-version->.jar -g properties

This will generate two packages, a mimosa-dump.sql database dump to run in a MySQL server of your choice, and an application.properties file that you can use to configure your Mimosa settings and database configuration settings(spring.datasource.username and spring.datasource.password setting attribute in application.properties file).

Once configuration is complete, you can start Mimosa by running the following command: java -jar mimosa-core.jar

Access the web application by typing the url http://localhost/ in your preferred browser.

Afterwards, you can simply register an account, selecting the first class and your account will be auto approved.

Login with your newly created account and try out Mimosa.

Enjoy!

Requirements:

MySQL Server 8.x+
Java JRE 17.x+
NodeJS 14.x+