DRAFT - THIS GUIDE IS A WORK IN PROGRESS
...
$ mvn clean install -DskipTests
Note: we are working on Test cases and some of them are failing during build phase. Use ONAP maven repo settings.xml file
Build Docker Image
$ cd authz-service
...
Check read & write permissions for docker-compose folder
$ chmod +x *.sh
To start AAF service use the following command. Which will up AAF & Cassandra docker instances.
...
To check running containers
$ docker ps
To check container logs with docker logs <container-name/ID>
...