gemfarmer / content-linter

A houndci-like tool to keep your content consistent
1 stars 0 forks source link

Deployment, hosting, integration #5

Open gemfarmer opened 7 years ago

gemfarmer commented 7 years ago

What ultimately makes this application useful is its integration into Github, and ability to leave comments.

accesslint authenticates with a repo by asking users to login to Github and obtain an ACCESSLINT_API_KEY. This is slick, but we could probably go for something a little more simple at first.

We could run the app with a simple omniauth that gathered Github login credentials. Using those credentials, it could create a webhook on that user's github (.subscribe)

The next step is ensuring that we can deploy the app on cloud.gov

gemfarmer commented 7 years ago

Required to make this work