https://github.com/nicholaswilde/docker-chyrp-lite
A multi-architecture image for Chyrp Lite.
https://github.com/nicholaswilde/docker-chyrp-lite
blog-engine chyrp-lite docker docker-image multi-architecture-image php php7
Last synced: about 1 year ago
JSON representation
A multi-architecture image for Chyrp Lite.
- Host: GitHub
- URL: https://github.com/nicholaswilde/docker-chyrp-lite
- Owner: nicholaswilde
- License: apache-2.0
- Created: 2021-02-14T15:09:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T03:17:46.000Z (over 3 years ago)
- Last Synced: 2025-03-24T15:52:27.961Z (over 1 year ago)
- Topics: blog-engine, chyrp-lite, docker, docker-image, multi-architecture-image, php, php7
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/nicholaswilde/chyrp-lite
- Size: 68.4 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Docker Chyrp Lite
[](https://hub.docker.com/r/nicholaswilde/chyrp-lite)
[](https://hub.docker.com/r/nicholaswilde/chyrp-lite)
[](./LICENSE)
[](https://github.com/nicholaswilde/docker-chyrp-lite/actions?query=workflow%3Aci)
[](https://github.com/nicholaswilde/docker-chyrp-lite/actions?query=workflow%3Alint)
[](https://github.com/pre-commit/pre-commit)
A multi-architecture image for [Chyrp Lite](https://github.com/xenocrat/chyrp-lite).
## Dependencies
* mysql (optional)
## Usage
### docker cli
```bash
$ 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 |
### docker-compose
See [docker-compose.yaml](./docker-compose.yaml).
### Install
Go to the following address to finish the installation process
```shell
http:///install.php
```
## Development
See [docs](https://nicholaswilde.io/docker-docs/development).
## Troubleshooting
See [docs](https://nicholaswilde.io/docker-docs/troubleshooting).
## Pre-commit hook
If you want to automatically generate `README.md` files with a pre-commit hook, make sure you
[install the pre-commit binary](https://pre-commit.com/#install), and add a [.pre-commit-config.yaml file](./.pre-commit-config.yaml)
to your project. Then run:
```bash
pre-commit install
pre-commit install-hooks
```
Currently, this only works on `amd64` systems.
## License
[Apache 2.0 License](./LICENSE)
## Author
This project was started in 2021 by [Nicholas Wilde](https://github.com/nicholaswilde/).