-
Notifications
You must be signed in to change notification settings - Fork 54
3. Installation as Developer
Jaewook Byun edited this page Aug 22, 2023
·
1 revision
oliot-epcis-2.2.0
- JDK 19 - https://jdk.java.net/19/
- Eclipse Vert.X - https://vertx.io/
- MongoDB 6.x - https://www.mongodb.com/try/download/community
IntelliJ can import the project as well
- Install JDK 19, MongoDB
- Set jdk bin folder as a system path
- Install Eclipse IDE
- Get the project
> git clone "https://github.com/JaewookByun/epcis.git"
- Import Maven Project
In the eclipse, Project Explorer - right click - import - Existing Maven Projects - Next - Find Root directory of my maven project with Browse... - finish
-
Install Maven Project In the project explorer - epcis - right click - Maven - Update Projects In the project explorer - epcis - right click - Run as - Maven Clean In the project explorer - epcis - right click - Run as - Maven Install
-
Run MongoDB
-
Configure the system setting with configuration.json in src/main/resources
-
Run epcis There is a runnable org.oliot.epcis.server.EPCISServer.java. Run the java program as 'Java Application'