A multi-architecture image for Chyrp Lite.
- mysql (optional)
$ docker run -d \
--name=chyrp-lite \
-e TZ=America/Los_Angeles `# optional` \
-p 80:80 \
--restart unless-stopped \
nicholaswilde/chyrp-lite
user | uid |
---|---|
www-data | 33 |
See docker-compose.yaml.
Go to the following address to finish the installation process
http://<ip-address>/install.php
See docs.
See docs.
If you want to automatically generate README.md
files with a pre-commit hook, make sure you
install the pre-commit binary, and add a .pre-commit-config.yaml file
to your project. Then run:
pre-commit install
pre-commit install-hooks
Currently, this only works on amd64
systems.
This project was started in 2021 by Nicholas Wilde.