Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alindeman/atldevs
https://github.com/alindeman/atldevs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alindeman/atldevs
- Owner: alindeman
- Created: 2015-01-31T21:25:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T15:26:05.000Z (almost 10 years ago)
- Last Synced: 2024-10-13T17:51:39.590Z (2 months ago)
- Language: Ruby
- Homepage: https://atldevs.herokuapp.com
- Size: 188 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ATLDevs
The application behind the [ATLDevs automatic invitation system](https://atldevs.herokuapp.com)
## Prerequisites
* PostgreSQL: `brew install postgresql`
* Redis: `brew install redis`## Required Configuration
Configuration items are stored in environment variables.
* SLACK_SUBDOMAIN: e.g., atldevs for atldevs.slack.com
* SLACK_TOKEN: an API token for an administrator of the organization
* SIDEKIQ_USERNAME: username for the sidekiq administration area
* SIDEKIQ_PASSWORD: password for the sidekiq administration area## Deployment
Deployed on Heroku. Ask @alindeman for access. In production, we run a puma process in the same dyno as a sidekiq worker. It's a hack to keep it free.