Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

openedx-unsupported/openedx-slack-invite

Repository files navigation

openedx-slack-invite

🛑🛑🛑 This repo is no longer used for granting slack invites. Instead go to https://openedx.org/slack 🛑🛑🛑

This app used to be a slack invite app based on https://github.com/outsideris/slack-invite-automation

We've now replaced it with a simple redirect app to the slack invite link.

We're still keeping the app around incase the old heroku URL was hardcoded in more places. If it's been more than a year since July 2022 this repo and the corresponding herokuapp can both be archived.

See openedx/axim-engineering#346 for more info.

Getting Started

Local Development

git clone git@github.com:openedx/openedx-slack-invite
cd openedx-slack-invite
yarn install  # Install the dependencies
yarn run start  # Start the server.

The entire app is in the app.js file so edit that if you need to change anything.

Deploying to Heroku

One Time Setup

heroku config:set REDIRECT_URL="path/to/slack/invite/url"

For Each Deploy

git push heroku master
heroku logs -a openedx-slack-invite -t # tail the logs

About

Auto-invitation app for the Open edX Slack workspace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published