bazooka-ci / bazooka

Continuous Integration and Continuous Deployment Server
http://docs.bazooka-ci.io/
MIT License
60 stars 5 forks source link

Get rid of bzk service commands #284

Closed jawher closed 8 years ago

jawher commented 8 years ago

bzk service commands have outgrown their usefulness: to quickly get a bazooka instance running. This part is a big chunk of code, and maintaining and evolving it is becoming a PITA, which slows down future evolutions.

Other alternatives are starting to land, like a docker-compose based solution in #283.

@julienvey: what do you think about this ?

julienvey commented 8 years ago

I have tested the other PR with docker-compose and it works great. I like that we can start bazooka in the foreground and have all the logs, this is very usefull for development.

So I agree, we should get rid of the service command. A simple compose file is much more maintable.

@jawher I will merge both PR, but can you update the documentation to reflect the new way to install bazooka

julienvey commented 8 years ago

This one actually has conflicts after I merged the first one