Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 348 Bytes

VENDOR.md

File metadata and controls

22 lines (18 loc) · 348 Bytes

Updating the vendors file

  • Create virtual environment
virtualenv venv
source venv/bin/activate
  • Install elasticsearch-curator
pip install elasticsearch-curator.tar.gz
  • Download each dependency to the vendor directory
pip download -r requirements.txt -d vendor
  • Update manifest
pip freeze > rh-manifest.txt