- Create a Slack application
- Use the Heroku Deploy button
- Find the “Signing Secret” in your Slack application's “App Credentials” settigs
- Take the Heroku app URL (e.g.
https://YOUR-APP.herokuapp.com
) and add a slash command (e.g./study
) that points tohttps://YOUR-APP.herokuapp.com/slack/actions
- Install the Slack app to your Workspace
To add a question, edit data/quizzes/heroku-architecture.yml
.
Correct answers are indicated with an *
at the end.
To set up this application, run:
bin/setup
This command will check your system for necessary dependencies, and guide you on how to install any missing. Re-run the command until you see “You're good to go!”
To run the tests:
bin/test