Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 979 Bytes

DEPLOYMENT.md

File metadata and controls

9 lines (5 loc) · 979 Bytes

Prose.io is hosted on Github Pages and works with the Github API. Work on supporting the Gitlab API is currently in progress.

Since Prose runs entirely on the client, it relies on a Gatekeeper to authenticate with the Github API.

Setting up your own Gatekeeper instance

  1. Register your application. Set Homepage URL and Authorization callback URL, for example http:https://localhost:3000. You will get a GITHUB_APPLICATION_CLIENT_ID and GITHUB_APPLICATION_CLIENT_SECRET.

  2. Using your new client ID and secret, follow the steps at the Gatekeeper repo to install and serve Gatekeeper locally, or deploy to Heroku or Azure.