X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=local-setup%2FREADME.md;fp=local-setup%2FREADME.md;h=0000000000000000000000000000000000000000;hb=ab3fcaea72ce4acbe670fed9a0f43f9850859374;hp=e8cab90a749022ded9e59a5ecadf67a020dab964;hpb=e64f08ac8242a7db6eb3238ee0ad1a30c8aecf0d;p=aai%2Ftest-config.git 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