- Start server
gem install foreman
foreman start
Foreman will start two processes: web server and sidekiq worker.
See Procfile
for more details.
- Make localhost public (for example with
ngrok
)
ngrok http 5000 #=> https://f9e1f7b7.ngrok.io -> localhost:5000
-
Setup slack app to use published server
-
Update
SLACK_REDIRECT_URI
in.env