/tasksOrganizer

Primary LanguageJavaMIT LicenseMIT

tasksOrganizer

Prerequisites


You can see your current java version with the command java --version

Installation on LINUX

  1. Download the .jar, .sql and .sh files from a release.
  2. Modify the .sh file : jarPath=/the_absolute/path_of/the_jar_file
  3. Execute the .sh file : chmod +x <.sh file path> && sh -c <.sh file path>
  4. Execute the sql file on mysql or mysql-server : mysql> source <.sql file path>

Execution

java -jar <.jar file path>