TRY QUIQQER
A working demo in one command.
Each demo contains QUIQQER, example data, Apache and an embedded MariaDB database. Choose one image and open it locally.
- Docker installed and running
- Port 8080 available
- No configuration required
Choose one demo to run locally.
Website demo
docker run --detach \
--name quiqqer-demo \
--publish 8080:80 \
quiqqer/demo:websiteShop demo
docker run --detach \
--name quiqqer-demo \
--publish 8080:80 \
quiqqer/demo:shopERP demo
docker run --detach \
--name quiqqer-demo \
--publish 8080:80 \
quiqqer/demo:erp- Open your demo:
- http://localhost:8080
- Username:
admin- Password:
admin
Demo only. Do not expose this container to the internet or use it in production. Its data is not stored independently of the container.
