Giter Site home page Giter Site logo

dormanze / docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from minio/docs

0.0 0.0 0.0 23.6 MB

MinIO Object Storage Documentation

Home Page: https://docs.min.io/minio/baremetal

License: Creative Commons Attribution 4.0 International

Shell 1.95% JavaScript 21.04% Python 22.24% CSS 3.47% Makefile 5.63% HTML 14.54% Batchfile 0.46% SCSS 30.67%

docs's Introduction

MinIO Documentation

Build Instructions

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

Prerequisites

  • Any GNU/Linux Operating System, or macOS 12.3 or later.
  • python 3.10.x and python-pip
  • python3.10-venv
  • sphinx 4.3.2
  • nodejs 14.5.0 or later
  • npm 16.19.1 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 your desired platform targets.
make linux
make linux k8s container
  1. View the generated documentation at http://localhost:8000.
python -m http.server --directory build/YOUR_BRANCH/<PLATFORM>/html

Stage

The make stage-PLATFORM command uses the mc utility to copy the contents of the current git branch build output for the specified PLATFORM to a configured MinIO or S3-compatible bucket.

For the command to work, you must have a configured mc alias docs-staging with general read/write (s3:*) permissions on the staging bucket. The staging bucket should have public or anonymous access enabled.

For example:

make stage-linux

Does the following:

  1. Check that the build/GITDIR/linux folder exists
  2. Copies the contents of build/GITDIR/linux/html/* to docs-staging/staging/GITDIR/linux

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.

NOTE: This work was previously licensed under AGPL3.0. You can find all AGPL3.0 licensed code at commit:73772c7f8485809446cc890188a89ece1afb93f6

docs's People

Contributors

ravindk89 avatar djwfyi avatar rushenn avatar harshavardhana avatar feorlen avatar allanrogerr avatar reivaj05 avatar kaankabalak avatar rossng avatar krisis avatar sinhaashish avatar paseaf avatar klauspost avatar slymit avatar nvaatstra avatar ntimo avatar mqy avatar markslater avatar kannappanr avatar jfaldanam avatar hartraft avatar eko avatar bh4t avatar pjuarezd avatar error418 avatar mehdiaroui avatar ci7rix avatar martialblog avatar schemacs avatar daniel-naegele avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.