diff --git a/modules/cloud-portal-server/README.md b/modules/cloud-portal-server/README.md index 9bb5f2b..f9bd26c 100644 --- a/modules/cloud-portal-server/README.md +++ b/modules/cloud-portal-server/README.md @@ -15,6 +15,13 @@ Self service web portal for different Cloud platforms like Azure, AWS and VMware sudo groupadd -g 1001 chrisipa sudo useradd -u 1001 -g 1001 -m -s /usr/sbin/nologin chrisipa ``` + +* Create cloud-portal log directory with correct permissions: + + ```bash + sudo mkdir -p /opt/cloud-portal/logs + sudo chown chrisipa.chrisipa /opt/cloud-portal/logs + ``` * Create docker compose file `docker-compose.yml` with your configuration data: @@ -56,4 +63,4 @@ Self service web portal for different Cloud platforms like Azure, AWS and VMware ```bash docker-compose up -d - ``` \ No newline at end of file + ```