The simplest way to install Shindow is via Docker. Ensure Docker is installed on your system: Get Docker
After installing Docker, start Shindow by running the following commands. Replace SERVER_IP in the second command with the actual server IP address.
1 - Start the frontend container:
2 - Start the backend container:
Shindow will be available at: localhost:52087
For better configuration management, you can use Docker Compose. Create a docker-compose.yml file with the following content:
2 - Start the services:
docker compose up -dShindow will be available at: localhost:52087
If you are a developer and want to run Shindow in development mode to make changes, you can find a detailed guide in the README.md of the official repository.
You can customize Shindow by adjusting the following environment variables: