Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Apache Ranger Website and Documentation

Welcome to the official website and documentation for Apache Ranger!

Installation

This documentation site uses MkDocs documentation-focused static site engine, along with Material for MkDocs theme.

Create and activate a new virtual environment:

python3 -m venv .venv

Activate the environment:

source .venv/bin/activate

Install the required dependencies:

pip install -r requirements.txt

Run site locally at http://localhost:8000:

mkdocs serve --strict

To run the site on a different port, such as 8080:

mkdocs serve --strict --dev-addr=127.0.0.1:8080

Build site for production:

mkdocs build

Contributions

We welcome contributions to the Ranger documentation by our community! See Contributing for more information.

To suggest changes, please create a new issue or submit a pull request with the proposed change!