Welcome to the official website and documentation for Apache Ranger!
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
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!