summaryrefslogtreecommitdiffstats
path: root/local-setup/README.md
diff options
context:
space:
mode:
authorkurczews <krzysztof.kurczewski@nokia.com>2019-02-11 07:35:10 +0100
committerkurczews <krzysztof.kurczewski@nokia.com>2019-02-11 07:50:24 +0100
commitab3fcaea72ce4acbe670fed9a0f43f9850859374 (patch)
tree85ef38ecf5957c0df23ecc67e024d5189de063a0 /local-setup/README.md
parente64f08ac8242a7db6eb3238ee0ad1a30c8aecf0d (diff)
Rework on simplified local setup
* drop manual-build step * reuse images already hosted in remotes Issue-ID: AAI-2049 Change-Id: I7d854734d115b2de3330ee6934d5744b3a1ad17b Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
Diffstat (limited to 'local-setup/README.md')
-rw-r--r--local-setup/README.md34
1 files changed, 0 insertions, 34 deletions
diff --git a/local-setup/README.md b/local-setup/README.md
deleted file mode 100644
index e8cab90..0000000
--- a/local-setup/README.md
+++ /dev/null
@@ -1,34 +0,0 @@
-# Local setup for AAI
-
-### Usage
-
-Build dev images:
-
-```
-mvn clean package
-```
-
-Run integration tests:
-
-```
-mvn clean verify -P integration-test
-```
-
-### Start local AAI
-
-1. Janus setup
-
-Modify both `janus-cached.properties` and `janus-realtime.properties` to the following (for all micro-services that will connect to the local Cassandra backend)
-
-```
-storage.backend=cassandra
-storage.hostname=localhost
-storage.cassandra.keyspace=onap # or different keyspace name of your choosing
-```
-
-2. Start compose
-
-```
-cd src/main/docker
-docker-compose up --force-recreate
-``` \ No newline at end of file