Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alindeman/atldevs


https://github.com/alindeman/atldevs

Last synced: 2 months ago
JSON representation

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.