cb_parser/README.md

25 lines
453 B
Markdown
Raw Permalink Normal View History

2018-09-12 22:27:48 +03:00
# cb_parser
2018-09-12 22:29:12 +03:00
Application gets xml from https://www.cbr-xml-daily.ru/daily_utf8.xml once a day according to schedule and save data to redis.
Data is available at the main page.
### Deploy:
##### Docker:
```sh
docker-compose up --build -d [--force-recreate]
```
(App started on localhost:80)
##### Ansible:
Update hosts file and run:
```sh
ansible-playbook -i hosts deploy.yaml
```
Tested on:
- Ubuntu 18.04 x64
- Ubuntu 18.10 x64
- Ubuntu 19.04 x64