diff --git a/README.md b/README.md index 96b6758a630bbbc06da0f222b2cd81735c895ecf..773722a36e504baf5fad22aac64f1910a7e1fd77 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ Repository for Knowledge Platform - 2.0 ## Knowledge-platform local setup This readme file contains the instruction to set up and run the content-service in local machine. + +### System Requirements: + ### Prerequisites: -* Neo4j -* Redis -* Cassandra +* Java 11 ### Prepare folders for database data and logs @@ -141,7 +142,9 @@ kafka-topics.sh --create --zookeeper zookeeper:2181 --replication-factor 1 --par ``` ### Running Content Service: -### (Content V3+V4 APIs & Collection V4 APIs & Assets V4 APIs & Channel V3 APIs & License V3 APIs & Event V4 APIs & EventSet V4 APIs) + +### (Content V3+V4 APIs, Collection V4 APIs, Assets V4 APIs, Channel V3 APIs, License V3 APIs, Event V4 APIs, EventSet V4 APIs) + 1. Go to the path: /knowledge-platform and run the below maven command to build the application. ```shell mvn clean install -DskipTests