edit README. add faktory stuff to README

This commit is contained in:
Brendan McDevitt 2022-04-19 01:26:14 -05:00
parent 91d7c0f499
commit d3348c2ea2

View file

@ -47,6 +47,16 @@ docker-compose run web rake db:migrate
docker-compose run web rake db:seed
```
### Running faktory
```
# Launch containers
docker-compose up -d
```
visit http://localhost:7420 in a web browser for faktory web UI.
### Scheduling import jobs
A default crontab.yaml has been provided with a reasonable schedule. It uses the [faktory_cron](https://github.com/cdrx/faktory_cron) to schedule and ship importer worker jobs to faktory.
### Launch Pry console
`docker-compose run web rails console`