edit README. add faktory stuff to README
This commit is contained in:
parent
91d7c0f499
commit
d3348c2ea2
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue