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

JuliaLangSlack/slackinvite

Repository files navigation

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'})