You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Harshavardhana 2e4ab71303 Web: Update with ui changes. (#1808) 9 years ago
..
INSTALLGO.md
LICENSE
README.md Web: Update with ui changes. (#1808) 9 years ago
ui-assets.go Web: Update with ui changes. (#1808) 9 years ago

README.md

Minio File Browser

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

Installation

$ git clone https://github.com/minio/MinioBrowser
$ cd MinioBrowser
$ npm 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

Generating Assets.

Development version

$ npm run build

Released version

$ npm run release