2015-05-27 21:34:42 -04:00
## Minio Server (minio) [![Build Status](https://travis-ci.org/minio/minio.svg)](https://travis-ci.org/minio/minio)
2015-05-27 21:54:03 -04:00
Minio is a minimal object storage server written in Golang and licensed under [Apache license v2 ](./LICENSE ). Minio is compatible with Amazon S3 APIs.
2015-05-27 21:34:42 -04:00
## Roadmap
~~~
Storage Backend:
- Donut: Erasure coded backend.
- Status: Standalone mode complete.
- Memory: In-memory backend.
- Status: Complete.
- Filesystem: Local disk filesystem backend.
- Status: Work in progress.
Storage Operations:
- Collective:
- Status: Not started.
Storage Management:
- WebCLI:
- Status: Work in progress.
- Authentication:
- Status: Work in progress.
- Admin Console:
- Status: Work in progress.
- User Console:
- Status: Work in progress.
- Logging:
- Status: Work in progress.
~~~
2015-06-16 19:03:17 -04:00
### Install
#### GNU/Linux
Download ``minio`` from https://dl.minio.io:9000/updates/2015/Jun/linux-amd64/mc
~~~
$ wget https://dl.minio.io:9000/updates/2015/Jun/linux-amd64/minio
$ chmod +x minio
$ ./minio mode memory limit 12GB expire 2h
~~~
#### OS X
Download ``minio`` from https://dl.minio.io:9000/updates/2015/Jun/darwin-amd64/mc
~~~
$ wget https://dl.minio.io:9000/updates/2015/Jun/darwin-amd64/minio
$ chmod +x minio
$ ./minio mode memory limit 12GB expire 2h
~~~
2015-05-27 23:16:38 -04:00
### How to use Minio?
2015-06-16 18:58:04 -04:00
[![asciicast ](https://asciinema.org/a/21508.png )](https://asciinema.org/a/21508)
2015-05-27 23:16:38 -04:00
2015-05-27 21:54:03 -04:00
### Minio Client (mc)
``mc`` provides minimal tools to work with Amazon S3 compatible object storage and filesystems. Go to [Minio Client ](https://github.com/minio/mc#minio-client-mc- ).
### Minimal S3 Compatible Client Libraries
- [Golang Library ](https://github.com/minio/minio-go )
- [Java Library ](https://github.com/minio/minio-java )
- [Nodejs Library ](https://github.com/minio/minio-js )
2015-05-27 21:34:42 -04:00
### Join The Community
2015-05-11 19:43:38 -04:00
* Community hangout on Gitter [![Gitter ](https://badges.gitter.im/Join%20Chat.svg )](https://gitter.im/minio/minio?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge)
2015-01-08 22:05:21 -05:00
* Ask questions on Quora [![Quora ](http://upload.wikimedia.org/wikipedia/commons/thumb/5/57/Quora_logo.svg/55px-Quora_logo.svg.png )](http://www.quora.com/Minio)
2015-05-27 21:54:03 -04:00
### Contribute
* [Contributors Guide ](./CONTRIBUTING.md )
2015-01-08 22:05:21 -05:00
2014-12-29 19:35:56 -05:00
### Download
2014-12-20 12:09:35 -05:00
2014-12-30 05:44:08 -05:00
-- No releases yet --
2014-12-20 12:09:35 -05:00
2015-01-06 04:22:03 -05:00
### Supported platforms
| Name | Supported |
| ------------- | ------------- |
| Linux | Yes |
2015-01-23 22:33:37 -05:00
| Mac OSX | Yes |
2015-05-27 21:34:42 -04:00
| Windows | Work in progress |
2015-01-06 04:22:03 -05:00