Important
This setup is for local demo purposes only and not intended for production use.
-
Copy the
.env.examplefile and rename it to.env -
No need to change any variables. If you like, you can set a better password for the
Administratoruser. -
Start the containers:
docker compose up -d
This will take a while to download the images and start the containers. On the first run, a container named "configurator" will run for a while to set up your site.
-
Access the site at http://test.localhost:8080
-
Log in with username "Administrator" and the password set in
.env(default: "admin")