mirror of
https://github.com/vbatts/imgsrv.git
synced 2024-11-23 16:45:39 +00:00
Image (or most any file) Web client and server Backed by MongoDB
7e970f5dfd
assets: embedding stylesheets for formating |
||
---|---|---|
.gitignore | ||
client.go | ||
config.go | ||
db_fileutil.go | ||
hash.go | ||
imgsrv.go | ||
layouts.go | ||
README | ||
server.go | ||
types.go |
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)