From a52c61f0775f1a7746a498df01087033584df6c8 Mon Sep 17 00:00:00 2001 From: Khufu Djer Date: Tue, 15 Aug 2017 08:26:19 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6906a76..1e0ba9d 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,14 @@ + at the end to stop the services: press `control + d` in the terminal session where each service was started in (9, 10 and 11) + to stop cassandra: execute `ps auwx | grep cassandra` to get cassandra's `(pid)` then `kill -9 (pid)` to stop cassandra +## eclipse + ++ follow the following steps to import the downloaded backend service in eclipse + +1. `cd` to the service's directory and execute the `./_eclipsify.sh` script +2. file **>** import **>** general **>** existing projects into workspace **>** next **>** set "select root directory" to my_services **>** under projects make sure that vos_calculate_sum is selected **>** finish +3. double check the java version used for compiling the project: right click the project **>** properties **>** java compiler **>** enable project specific settings **>** compiler compliance level **>** 1.7 or 1.8 + ## covered topics + generate multiple services (main + worker + analytics) to work together in a service oriented architecture