Skip to content

EQDiet/EQDiet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fa508fa · Feb 11, 2021

History

21 Commits
Dec 23, 2020
Sep 4, 2020
Jan 1, 2021
Sep 17, 2020
Sep 17, 2020
Dec 11, 2020
Feb 11, 2021
Sep 17, 2020
Sep 17, 2020
Sep 4, 2020
Sep 4, 2020
Dec 16, 2020

Repository files navigation

EQDiet

A free open source Healthy Diet App

Welcome to EQDiet. Hope you enjoy using our app! You can visit our website here

Latest EQDiet Release: Beta 0.9

Image of EQDiet

(Image designed by 千图网 on Pngtree.com)

Building source code

Requirements

  • Java SE Development Kit (JDK) or OpenJDK >= 1.8. Click here if you don't have it.

Build status

GitHub Actions AppVeyor Azure Pipelines
Java CI with Maven Build status Build Status
Java CI with Maven Wrapper ---------- ----------
CodeQL ---------- ----------

Procedure

  1. Set Java JDK bin folder to PATH. View this video if you don't know how to do it (only Windows).
  2. Set JAVA_HOME variable. This is the path to your java folder (e.g. C:\Program files\Java\jdk1.8.0_271). BE CAREFUL! It's not the bin folder (e.g. It's NOT: C:\Program files\Java\jdk1.8.0_271\bin). It's HIGHLY recommended to create it in the global variables as shown on the video at the step 1, but you can set it temporarily at command prompt or terminal with the set command.
  3. Download source code by clicking "clone or download" button or by running this command: git clone https://github.com/EQDiet/EQDiet.git (Only if you have Git installed)
  4. Extract the files to any folder.
  5. Open command prompt or terminal.
  6. Go to the destination folder you have extracted the files.
  7. ONLY FOR LINUX USERS. Run chmod +x mvnw to get mvnw execution permission
  8. Run mvnw.bat install on Windows or ./mvnw install on Linux. This is the full compilation method and we recommend it. However, you can run mvnw.bat compile on Windows or ./mvnw compile on Linux for a quicker compilation.
  9. Run buildjar.bat on Windows or chmod +x buildjar && ./buildjar on Linux to generate the JAR file (at the Release folder)
  10. Done!

Contributing

Please read docs.eqdiet.lumito.net/dev/sdc for contributing instructions.

This project is licensed under the MIT License. You can read it here

© 2020, EQDiet. - eqdiet.weebly.com