tree: 5ddc68f61f38f6ecaf465b8e8b74a2bf5d265306 [path history] [tgz]
  1. Makefile
  2. README.md
  3. cdn-content.yaml
  4. cdn-opencloud.yaml
  5. cdn-syndicate-content.yaml
  6. docker-compose.yml
  7. files/
  8. opencloud.yaml
  9. wait_for_xos.sh
opencloud/README.md

XOS OpenCloud Portal

This configuration can be used to bring up XOS on the OpenCloud portal. It launches XOS in three Docker containers (development GUI, Synchronizer, database) and configures XOS with the opencloud.yaml TOSCA file in this directory. docker-compose is used to manage the containers.

Docker Helpers

Stop the containers: make stop

Restart the containers: make stop; make

Delete the containers and relaunch them: make rm; make

Build the containers from scratch using the local XOS source tree: make containers

View logs: make showlogs

See what containers are running: make ps

Open a shell on the XOS container: make enter-xos

Open a shell on the Synchronizer container: make enter-synchronizer