J.A.C (BETA) is free, open source Q&A web application via Java EE
Founded in 2016, Java Arabic Community is the stable, fast, secure online community for developers to learn, share their knowledge, and build their resumes. More than 100 professional and aspiring programmers visit Java Arabic Community each month to help solve coding problems, develop new skills.
How to setup an instance or how to run ?
First of all, you need to setup an MySQL databse and create schema named java_arabic_community.
Import the project in your IDE and go to /WebContent/WEB-INF/propfiles/connections.properties and change property values with yours like db url, user, pwd etc..
Save all changes then right click on project choose -> Run -> Maven built and write this command : clean install package.
In terminal or command line go into project root folder and copy this line to deploy and run : java -jar target/dependency/webapp-runner.jar target/*.war