With Docker, it's easy to run Staticman on any environment without downloading, configuring or installing anything manually on your host other than Docker and Docker Compose.
First, you need to install Docker and Docker Compose.
In production mode, the project source is imported and dependencies installed to the container.
To start the service:
docker-compose upIn development mode, the source code is mounted from the host. You can see any changes you made in the sources by simply restarting the container.
To start the service:
docker-compose -f docker-compose.development.yml upUse your IP address or localhost as the Staticman API address.