mirror of
https://github.com/pgsty/minio.git
synced 2026-09-10 20:44:03 +03:00
2181003609
Assets are vendorized from now on and updated for each release.
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