github / janky

Continuous integration server built on top of Jenkins and Hubot
MIT License
2.75k stars 213 forks source link

Install Locally #214

Closed jcampbell05 closed 8 years ago

jcampbell05 commented 9 years ago

Do you have an instructions for installing locally not on heruku ? We ant to deploy on our own mac mini server is this easy ?

MitchK commented 9 years ago

I would also like to setup Janky not just locally, but with Docker. Some more documentation would be awesome!

@jcampbell05 I'm trying out stuff, I'll keep you posted.

mkantor commented 9 years ago

I did this recently using http://ddollar.github.io/foreman/ and it was pretty straightforward. You'll have to create the DB and make sure you have configs set as environment variables, but foreman should take care of the rest.

mieciu commented 9 years ago

Here you can find out how to run app locally

https://github.com/github/janky#hacking

mattr- commented 9 years ago

You should be able to clone this gist to use as a starting point until I have a chance to put some better documentation in place.