Skip to content

Commit

Permalink
Merge branch 'master' of ssh://git@bitbucket.dormakaba.net/ccc/cloud-…
Browse files Browse the repository at this point in the history
…portal.git
  • Loading branch information
Christoph Papke committed Oct 22, 2018
2 parents 5f34f55 + e4fc00c commit bbc70a6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modules/cloud-portal-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -56,4 +63,4 @@ Self service web portal for different Cloud platforms like Azure, AWS and VMware

```bash
docker-compose up -d
```
```

0 comments on commit bbc70a6

Please sign in to comment.