Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Image RemovedImage Added

To start AAF service use the following command. Which will up AAF & Cassandra docker instances.

...

To check running containers 

$ docker ps

 Image RemovedImage Added

To check container logs with docker logs <container-name/ID>

...