# Install dimensigon
$ pip install dimensigon
# Create a new dimension
$ dimensigon new my-dimension
# Start the server
$ dimensigon run
# Generate a join token for other nodes
$ dimensigon token --expire-time 60
# On another machine, join the cluster
$ dimensigon join 10.0.1.1 <token>
# Clone the repository
$ git clone https://github.com/dimensigon/dimensigon.git
$ cd dimensigon
# Configure environment
$ cp .env.example .env
# Launch with Docker Compose
$ docker-compose -f docker-compose.production.yml up -d
# Check status
$ docker-compose logs -f dimensigon
# Clone and install
$ git clone https://github.com/dimensigon/dimensigon.git
$ cd dimensigon
$ pip install -e .
# Initialize your dimension
$ dimensigon new production-cluster
# Run with debug logging
$ dimensigon run --debug
# Access the dashboard
# https://localhost:20194/dm-webmanager/dashboard