Page History
content-layer | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Content column | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Content column | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
block | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Example package Content block | | id | 1087436467
Note |
---|
The example package requires at least 32GB of available RAM. |
- Download and extract the example package into an empty working directory.
- Download a
- 2024x or
- later version of Magic Collaboration Studio No-Install Linux package.
- Rename or symbolically link the no-install package to twcoudsuite.zip.
- Execute the config.tw-compose.sh script to stage the containerization environment.
Run the following command to initialize Docker Compose container configurations:
Code Block language bash theme DJango linenumbers true docker compose build
Run the following command to launch containers:
Code Block language bash theme DJango linenumbers true docker compose up -d
If you execute this command for the first time, it will build the containers as well.
- Use the following URLs:
To access web UI:
Code Block language bash https://host.docker.internal:8443/webapp
To connect from a modeling tool client (with default port 3579):
Code Block language bash host.docker.internal
To access REST API/Swagger Page:
Code Block language bash https://host.docker.internal:8111
Info |
---|
You can apply the Magic Collaboration Studio license via the web UI or REST API. |
Helpful commands
To follow the output (tail) the output of a specific container:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
docker compose logs -f <Container Name or ID> |
To stop all containers but retain data in non-persistent storage:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
docker compose stop |
To stop all and remove all running containers (non-persistent storage data will be lost):
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
docker compose down -v |