Go to file
Dan Ballard 424e386612 Conf is now in its own thread and accessed thread safely via channels
adding deployments now works like that
conf now persists
2015-02-15 13:19:08 -08:00
cmd Conf is now in its own thread and accessed thread safely via channels 2015-02-15 13:19:08 -08:00
lib/warren more conf and add deployment commands 2015-02-14 11:42:02 -08:00
.gitignore warren run pipes to deamon, rm binaries acidently added 2014-12-20 08:59:03 -08:00
LICENSE.md Create LICENSE.md 2014-12-08 18:53:56 -08:00
Makefile more conf and add deployment commands 2015-02-14 11:42:02 -08:00
README.md install instructions change 2014-12-31 08:25:13 -08:00

README.md

warren

Build, Deploy and Multiversion Run tool

Install

go get github.com/dballard/warren/ cd $GOPATH/src/github.com/dballard/warren/ make sudo make install