Akamas is deployed as a set of containerized services running on Docker and managed via Docker Compose. In online installation mode, the latest version of the Akamas Docker Compose file and all the images required by Docker can be downloaded from the AWS ECR repository.
It is suggested to first create a directory akamas in the home directory of your user, and then run the following command to get the latest compose file:
To configure Akamas, you should set the following environment variables:
AKAMAS_CUSTOMER: this is the customer name matching the one referenced in the Akamas license.
AKAMAS_BASE_URL: this is the endpoint in the Akamas APIs that will be used to interact with the CLI, typically http://<akamas server dns address>:8000
You can export the variables using the following snippet:
# add double quotes ("xx xx") if the name contains white spacesexport AKAMAS_CUSTOMER=<your name or your organization name>export AKAMAS_BASE_URL=http://<akamas server dns address>:8000
It is recommended to save these exported variables in your ~/.bashrc file for convenience.
Start Akamas
In order to login into AWS ECR and pull the most recent Akamas containers images you also need to set the AWS authentication variables to the appropriate values provided by Akamas Customer Support Services by running the following command:
At this point, you can start installing Akamas server by running the following AWS CLI commands: