blackbirdchess-docker-dev/README.md

34 lines
1.0 KiB
Markdown
Raw Normal View History

2023-08-15 18:47:53 +02:00
# Blackbird Chess (Development docker image)
## Part of Blackbird Chess
Copyright (C) 2023- Blackbird Chess Contributors
2019-09-13 12:24:14 +02:00
2023-08-15 18:47:53 +02:00
*Forked from [Laradock](https://laradock.io/)*
2019-09-13 12:24:14 +02:00
2023-08-15 18:47:53 +02:00
The repository provides the docker image required to develop the server.
2020-09-30 22:29:30 +02:00
2023-08-15 18:47:53 +02:00
## Usage
2019-09-13 12:24:14 +02:00
2023-08-15 18:47:53 +02:00
```
$ docker compose up -d php-fpm nginx
```
2019-09-13 12:24:14 +02:00
2023-08-15 18:47:53 +02:00
## Licence
```
Copyright (C) 2018- Jeroen De Meerleer <schaak@jeroened.be>
Copyright (C) 2023- Blackbird Chess Contributors
2019-09-13 12:24:14 +02:00
2023-08-15 18:47:53 +02:00
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
2020-09-30 22:29:30 +02:00
2023-08-15 18:47:53 +02:00
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
2020-09-30 22:29:30 +02:00
2023-08-15 18:47:53 +02:00
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
```