Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivastly committed Oct 28, 2019
1 parent e5c0f28 commit 2fe0624
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Then welcome a solution to **sync all vacations from any HR system to any Calend
# How To Start
## Docker way

* create and fill `app/config/config.php` file
```bash
cp app/config/config.example.php app/config/config.php
nano app/config/config.php
```

* put dockerized script to cron
```bash
docker run --rm --interactive --tty --volume $PWD:/app composer install
docker-compose run puphpeteer php sync_once.php # put this on cron for every 5 minutes
Expand Down

0 comments on commit 2fe0624

Please sign in to comment.