Commit d5f3ab1a authored by Shah Rinku's avatar Shah Rinku

Update README.md

parent fa809b8c
...@@ -9,21 +9,21 @@ HPDOS uses `gRPC` system calls with `protocol buffers` as the data exchange stan ...@@ -9,21 +9,21 @@ HPDOS uses `gRPC` system calls with `protocol buffers` as the data exchange stan
To compile the codebase run `./gradlew build` separately from the client and server root directory. Gradle should take care of installing and managing any third party libraries used. To compile the codebase run `./gradlew build` separately from the client and server root directory. Gradle should take care of installing and managing any third party libraries used.
#### Steps to compile and execute metadata application #### Steps to compile and execute metadata application
-Server - **At the Server, run:**
-- $ ./gradlew build $ ./gradlew build
-- $ ./gradlew installDist $ ./gradlew installDist
-- $ ./app/build/install/app/bin/app $ ./app/build/install/app/bin/app
- Client - **At the Client, run:**
-- $ ./gradlew build $ ./gradlew build
-- $ ./gradlew installDist $ ./gradlew installDist
-- $ ./app/build/install/app/bin/app <absolute-path>/app.config $ ./app/build/install/app/bin/app <absolute-path>/app.config
### Clean ### Clean
The project build generated files can be cleaned by running `./gradlew clean` The project build generated files can be cleaned by running `./gradlew clean`
...@@ -31,6 +31,7 @@ The project build generated files can be cleaned by running `./gradlew clean` ...@@ -31,6 +31,7 @@ The project build generated files can be cleaned by running `./gradlew clean`
### System Requirements ### System Requirements
- Java | OpenJDK 14.0+ - Java | OpenJDK 14.0+
- Gradle - Gradle
-- To install gradle version - To install gradle version
https://linuxize.com/post/how-to-install-gradle-on-ubuntu-20-04/
https://linuxize.com/post/how-to-install-gradle-on-ubuntu-20-04/
- Protocol Buffer / Protobuf - Protocol Buffer / Protobuf
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment