summaryrefslogtreecommitdiffstats
path: root/local-setup/README.md
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2019-02-18 21:02:59 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-18 21:02:59 +0000
commitc16c682a91e278e2a12dfe29eddf071e9d5b4a7d (patch)
tree4c4f65135e9f0da103bd822995ec0a4fd7481d6b /local-setup/README.md
parentd558eff0ec55a90a95860527161f2fa268e94d4b (diff)
parentab3fcaea72ce4acbe670fed9a0f43f9850859374 (diff)
Merge "Rework on simplified local setup"
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