Skip to main content

Installation

The deployment includes a Mongo database, a server and different apps for managing forms, 2D graphics, 3D graphics and agentic AI. The components are installed using a single docker compose file.

mkdir spacetime
cd spacetime
curl -O https://raw.githubusercontent.com/axxem/spacetime/main/docker/spacetime/docker-compose.yml
docker compose up -d

Now open a browser and connect to the portal app, exposed at port 3000.

http://localhost:3000

Click on Registration to create a new user.