LyricTian / miniobrowser

Minio Browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/...

Generating Assets.

Development version

$ npm run build

Released version

$ npm run release

Run Minio File Browser with live reload.

$ npm run dev

Open http://localhost:8080/minio/ in your browser to play with the application

About

Minio Browser

License:Apache License 2.0


Languages

Language:JavaScript 66.6%Language:CSS 32.1%Language:HTML 1.4%