Image (or most any file) Web client and server Backed by MongoDB
Go to file
Vincent Batts c9f9cf68bb adding a gitignore 2013-02-11 10:56:42 -05:00
.gitignore adding a gitignore 2013-02-11 10:56:42 -05:00
README README: adding some build notes 2013-02-08 23:32:43 -05:00
client.go cleanup: more separating into files 2013-02-08 23:43:39 -05:00
config.go cleanup: more separating into files 2013-02-08 23:43:39 -05:00
get.go cleanup: more separating into files 2013-02-08 23:43:39 -05:00
has.go cleanup: more separating into files 2013-02-08 23:43:39 -05:00
hash.go cleanup: more spreading out of files 2013-02-08 23:52:40 -05:00
imgsrv.go cleanup: more spreading out of files 2013-02-08 23:52:40 -05:00
layouts.go layouts: first stub of an index html page 2013-02-09 00:11:52 -05:00
server.go cleanup: more spreading out of files 2013-02-08 23:52:40 -05:00

README

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)