Add Docker Hub link to README.md. (#127)

This commit is contained in:
Giacomo Leidi 2022-01-12 01:59:58 +01:00 committed by GitHub
parent 3d704cc6b2
commit 434438fd20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 9 deletions

View File

@ -15,7 +15,7 @@ to publish an event, with the minimization of human effort as its first priority
## Installation
`mobilizon_reshare` is distributed through Pypi and DockerHub. Use
`mobilizon_reshare` is distributed through Pypi and [DockerHub](https://hub.docker.com/r/fishinthecalculator/mobilizon-reshare). Use
```shell
$ pip install mobilizon-reshare
@ -52,7 +52,7 @@ $ sudo crontab -l
## Deploying through Docker Compose
To run `mobilizon_reshare` in a production environment you can use the image published to DockerHub. We also provide an example [`docker-compose.yml`](https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare/blob/master/docker-compose.yml).
The image *runs with root privileges*, since they are required to run cron. Right now it
The image **runs with root privileges**, since they are required to run cron.
# Contributing

View File

@ -30,13 +30,7 @@ strategy around your events. This might mean very different things for different
a goal of this project. To do so though, you need to guide the tool and understand in detail the options available to
configure it in accordance to the requirements of your desired social media strategy.
The first option you want to edit is
`publishing.window` that defines the `begin` and `end` hours of your publication window. This means the time frame during the
day in which the tool will consider to publish events. If `begin`>`end`, the window will be overnight
(i.e `begin=19 end=11`, means the tool will publish from 7PM until 11 AM). For now, the hours taken into consideration
are in the server's timezone.
A second important element is the selection strategy. This is the way the tool will decide which event to pick and
The first element is the selection strategy. This is the way the tool will decide which event to pick and
publish among all those available. At every execution of `mobilizon-reshare` will publish at most one event so you have
to consider how the selected strategy will interact with the external scheduling. The strategies assume that the
schedule will fire at regular intervals, unless specified otherwise. These intervals can vary but they should be small