Image (or most any file) Web client and server Backed by MongoDB
Go to file
Vincent Batts 6a40f02d9e adding app version, and putting it in the footer 2013-02-12 11:09:41 -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
db_fileutil.go many updates, and cleanup, but the /upload form is not quite working yet 2013-02-11 14:27:38 -05:00
hash.go many updates, and cleanup, but the /upload form is not quite working yet 2013-02-11 14:27:38 -05:00
imgsrv.go many updates, and cleanup, but the /upload form is not quite working yet 2013-02-11 14:27:38 -05:00
layouts.go adding app version, and putting it in the footer 2013-02-12 11:09:41 -05:00
server.go ERMEHGERD: upload and from url both work, and redirect straight to the 2013-02-12 11:04:48 -05:00
types.go multipart form! it actually uploads now. 2013-02-11 18:05:43 -05:00
version.go adding app version, and putting it in the footer 2013-02-12 11:09:41 -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)