Files
minio/vendor/github.com/minio/miniobrowser
Harshavardhana 2181003609 web: Removing dependency for gpg and downloading assets.
Assets are vendorized from now on and updated for each release.
2016-02-23 13:32:12 -08:00
..

Minio File Browser

This project is still a work in progress.

MinioBrowser provides minimal set of UI to manage buckets and objects on minio server. MinioBrowser is written in javascript and released under Apache license v2.

Installation

$ git clone https://github.com/minio/MinioBrowser
$ npm install
$ bower install

Install go-bindata and go-bindata-assetfs

If you do not have a working Golang environment, please follow Install Golang.

$ go get github.com/jteeuwen/go-bindata/...
$ go get github.com/elazarl/go-bindata-assetfs/...

For development environment with live reload

$ npm run dev

For generating development version of assetfs

The supplied resource is already compressed. Doing it again would not add any value and may even increase the size of the data, use nocompress flag to avoid it.

$ npm run build

For generating release version of assetfs

$ npm run release