Releases: MrTrulsen/StudEvalNoFuzzy
0.0.1-ALPHA
Alpha release 0.0.1
This is the first alpha release of the StudEval/EduEval project.
This jar will host a webserver and it will be connected to a mysql database at localhost. The installation.sh will setup the database (works only for linux).
Setup
The MySql databese with the right tables and login information is needed to successfully run the webserver. The innstallation.sh will take care of this just by running it once.
sudo bash installation.sh
Sometimes it will return a bunch of error messages like:
This can be fixed by running sudo apt-get install dos2unix
and sudo dos2unix installation.sh
.
After that, you can try to run sudo bash installation.sh
again.
The installation file will run for a long time so be patient. When it is finished, it will return: Installation of the database is done.
When the installation is finished, you can finally run the webserver by running sudo java -jar StudEvalNoFuzzy-0.0.1.jar