Skip to content

Commit 6a51783

Browse files
authored
Update readme.md
1 parent cc24817 commit 6a51783

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

readme.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ This crawler automates the following step:
1212
* upload files to Google Drive
1313
* store data on Firebase
1414
* notify via email
15-
* schedule daily job on Heroku
16-
* docker support
15+
* schedule daily job on Heroku or with [Docker (TODO)](https://github.com/niqdev/packtpub-crawler/issues/18)
1716

1817
### Default command
1918
```bash
@@ -177,12 +176,8 @@ Update `script/scheduler.py` with your own preferences.
177176

178177
More info about Heroku [Scheduler](https://devcenter.heroku.com/articles/scheduler), [Clock Processes](https://devcenter.heroku.com/articles/clock-processes-python), [Add-on](https://elements.heroku.com/addons/scheduler) and [APScheduler](http://apscheduler.readthedocs.io/en/latest/userguide.html)
179178

180-
### Cron setup
181-
```
182-
TODO
183-
```
179+
### Docker setup [TODO](https://github.com/niqdev/packtpub-crawler/issues/18)
184180

185-
### Docker setup
186181
* Install docker and docker-compose
187182
* Clone the repository `git clone https://github.com/niqdev/packtpub-crawler.git`
188183
* Create a [config](https://github.com/niqdev/packtpub-crawler/blob/master/config/prod_example.cfg) file `cp config/prod_example.cfg config/prod.cfg`

0 commit comments

Comments
 (0)