Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 482 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 482 Bytes

Julia Slack

Webapp powering the Julia slack invite page.

Also powers the Malmabot Slack application, used in the Julia slack.

Deployment notes

  1. Create the database. It needs the following tables:
  • invites
  • sessions
  • status_changes
  • admins
  • slack_tokens
  1. Create the slack token entry in the rethink REPL:

r.db('juliaslack').table('slack_tokens').insert({'user_id': 'U66K46L49', 'token': '{secret token from 1password'})