mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-24 00:55:41 +00:00
17 lines
334 B
Text
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)
|
|
|