1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2024-11-23 16:45:39 +00:00
imgsrv/README
2013-02-08 23:32:43 -05:00

17 lines
334 B
Text

This app is now running at http://file-vb.openshift.devlab.phx1.redhat.com/
== Building
Either
git clone git://git.corp.redhat.com/srv/git/dev/towers/engineering/go/imgsrv.git
cd imgsrv
go build
ls -l imgsrv
or
go get git://git.corp.redhat.com/srv/git/dev/towers/engineering/go/imgsrv.git
(TODO double check this)