1
0
mirror of https://github.com/minio/docs.git synced 2025-06-08 18:02:00 +03:00
Daryl White 201b13324e
Mc issues (#588)
Addresses five outstanding Issues in the `mc` reference docs.

- Adds `--disable-multipart` flag for `mc mv` (Closes #516 )
- Adds `mc pipe` to reference docs (Closes #517 )
- Adds `mc undo` to reference docs (Closes #520 )
- Adds `mc support top` commands to replace `mc admin top` (Closes #526)
- Updates `mc cp`, `mc mirror`, `mc replicate`, and `mc admin replicate`
to clarify the differences in what copies (Closes #532)
2022-10-03 14:45:56 -05:00
2022-10-03 14:45:56 -05:00
2022-09-29 10:37:08 -04:00
2021-08-02 16:45:17 -07:00
2021-08-02 19:49:08 -04:00
2020-08-14 18:35:26 -04:00
2022-09-29 10:37:08 -04:00
2022-01-31 14:12:55 -05:00
2022-09-13 00:00:50 -07:00

MinIO Documentation

Build Instructions

MinIO uses Sphinx to generate static HTML pages using ReSTructured Text (rST).

Prerequisites

  • Any GNU/Linux Operating System.
  • python 3.10.x and python-pip
  • sphinx 4.3.2
  • nodejs 14.5.0 or later
  • git or a git-compatible client

Build

NOTE: following instructions do work on macOS for testing purposes, however for production builds GNU/Linux is recommended.

  1. Clone docs repository locally.
git clone https://github.com/minio/docs && cd docs/
  1. Create a new Python virtual environment.
python3 -m venv venv && source venv/bin/activate
  1. Install all the python and nodejs dependencies
pip install -r requirements.txt && npm install && npm run build
  1. Build all targets at once:
make all
  1. View the generated documentation visit http://localhost:8000:
python -m http.server --directory build/YOUR_BRANCH/<PLATFORM>/html

License

This project is licensed under a Creative Commons Attribution 4.0 International License. See CONTRIBUTING.md guide for more information on contributing to the MinIO Documentation project.

Description
Документация по хранилищу объектов MinIO
Readme CC-BY-4.0 39 MiB
Languages
SCSS 32.1%
Python 19.2%
HTML 18.7%
JavaScript 17.8%
Makefile 4.8%
Other 7.4%