1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2024-09-21 01:49:46 +00:00
Image (or most any file) Web client and server Backed by MongoDB
Find a file
2013-02-08 23:32:43 -05:00
config.go config: reimplementing the configuration to be in YAML 2013-02-08 23:29:43 -05:00
get.go config: reimplementing the configuration to be in YAML 2013-02-08 23:29:43 -05:00
imgsrv.go config: reimplementing the configuration to be in YAML 2013-02-08 23:29:43 -05:00
README README: adding some build notes 2013-02-08 23:32:43 -05:00

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)