Files
Docker-Chevereto/docs/SETUP.md

26 lines
505 B
Markdown
Raw Normal View History

2021-06-27 13:14:27 -04:00
# Setup
2022-11-12 18:22:28 -03:00
## Clone
Clone this repository using git:
2021-08-03 12:41:26 -04:00
2022-04-02 19:59:46 -03:00
```sh
2022-10-19 18:12:50 -03:00
git clone https://github.com/chevereto/docker.git
2022-04-02 19:59:46 -03:00
```
2021-06-27 13:14:27 -04:00
2022-11-12 18:22:28 -03:00
## Cron
2022-11-06 10:17:47 -03:00
2022-11-16 15:16:18 -03:00
Setup Cron for all instances:
2022-11-06 10:17:47 -03:00
2022-11-16 15:16:18 -03:00
```sh
make cron
```
2022-11-06 10:17:47 -03:00
2022-11-12 18:22:28 -03:00
## Custom application
2022-11-06 10:17:47 -03:00
2022-11-12 18:22:28 -03:00
Put the contents of your custom Chevereto based application in the `/chevereto` folder before [building](BUILDING.md#make-custom-images) the image using the `make image-custom command`.
2022-11-06 10:17:47 -03:00
2022-11-12 18:22:28 -03:00
## Custom compose
2021-06-27 13:14:27 -04:00
2022-11-12 18:22:28 -03:00
To customize the compose file, create `docker-compose.yml` by copying [default.yml](../default.yml).