Skip to content
yousefataya1987 edited this page Feb 21, 2017 · 2 revisions

This project developed under Spring 4 structure its divide into Services layer , Domain Layer , DAO Layer , Repos Layer

Installation instructions :

  • Download maven from maven home page .
  • Download JDK 1.8 .
  • Download eclipse mars 2 for J2EE Developer IDE OR Intellij.
  • Just in case add these jars (servlet-api , javax.servlet-api-3.0.1) files to Intellij IDE.
  • Add maven into environment path plus adding JAVA_HOME.
  • Run mvn clean install.
  • Download PostgreSQL from Home Page.
  • Install PostgreSQL on your machine.
  • Determine default password during installation for PostgreSQL db.
  • Create new user role by using PostgreSQL admin GUI.
  • Download redis-server and start redis-server.exe.
  • Copy the content of AgentWeb directory such WEB-INF.
  • Run the server tomcat.
  • add all requirements in order to login just add record into account table and its all references.
Clone this wiki locally