1. Setup Java environment

‐ Download & Install JDK 8

Setup JAVA_HOME variable

2. Download & Install Eclipse EE 3. Download & Install Lombok 4. Setup Maven

‐ Download Maven

Setup MAVEN_HOME variable

Clone and Build EzyFox Source Code (Optional)
Because all artifacts are available on maven central, so bellow steps are optional 5. Clone or download reflections project

Move to reflections folder and execute: mvn clean install

6. Clone or download ezyfox project

Move to ezyfox folder and execute:

# On Windows
build.bat

# On Linux
./build.sh
7. Clone or download ezyfox-core project

Move to ezyfox-core folder and execute: mvn clean install

8. Clone or download ezyfox-server project

Move to ezyfox-server folder and execute:

# On Windows
build.bat

# On Linux
./build.sh