Model Five is a Slackbot that manages and deploys the Open Webslides platform. He's also fun outside office hours.
Clone the repository, and install all dependencies:
$ bundle installInstall and start the Redis daemon.
Copy the model_five.env.example file to model_five.env and change the Slack API token.
Copy the config/model_five.yml.example file to config/model_five.yml and change the variables accordingly.
$ docker build -t openwebslides/model_five:latest .
$ docker-compose up- Fork it ( https://github.com/OpenWebslides/model_five/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request