I am looking to install Janky (https://github.com/github/janky) on an Ubuntu server. The installation guide however only specifies how to install it on Heroku.
The reason for installing on Ubuntu is due to the fact that our CI server is not accessible from outside our network.
has any one done this before, or can any one point me in the right direction. This seems to be a Ruby web app.
Since this is a rack app you should be able to just run
from the project root. Also, since it was designed to be a heroku app, you’ll want to configure the environment variables locally, so instead of
you’ll do