Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nerdgeschoss/office
Rails app to manage our office
https://github.com/nerdgeschoss/office
Last synced: 2 months ago
JSON representation
Rails app to manage our office
- Host: GitHub
- URL: https://github.com/nerdgeschoss/office
- Owner: nerdgeschoss
- Created: 2017-10-26T15:59:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T03:34:23.000Z (almost 3 years ago)
- Last Synced: 2023-02-27T07:12:49.504Z (almost 2 years ago)
- Language: Ruby
- Size: 436 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nerdgeschoss Office App
## How to maintain the door sidekiq worker
This application contains a sidekiq runner that is supposed to work on a raspberry pi connected to
the office door. This runner executes hardware commands on the GPIO to trigger the door buzzer.To update the worker, ssh into the pi, cd into the app's folder and execute
```bash
git pull
cd ..
./sidekiq
```The sidekiq command will reload the config from heroku and then trigger systemd to reload the sidekiq process. To see if everything is working, check http://nerdgeschoss-office.herokuapp.com/sidekiq.