Change working directory to <basedir>/searchlight-ui/
Package the searchlight_ui by running:
python setup.py sdist
This will create a python egg in the dist folder, which can be used to
install on the horizon machine or within horizon’s python virtual
environment (prepend with ./tools/with_venv.sh
):
pip install dist/searchlight-ui-0.0.0.tar.gz (use appropriate version)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.