Remove very obsolete HHG (AKA ShellB3) installation instructions authored by Alan De Smet's avatar Alan De Smet
......@@ -144,28 +144,3 @@ If you want to do development on Glance, skip the "pip install ...uwglance..." s
Installing Using HHG
--------------------
Please don't try to do this unless you already know what HHG is.
Prerequisites:
# make sure PYTHONPATH is not set in environment (remove from .bashrc / .bash_profile / etc)
unset PYTHONPATH
# check that SSEC SB3-hhg 2014Q1 is installed, should be r3 or newer.
rpm -qa |grep shellb3-2014q1
# make sure $HOME/opt exists
mkdir -p $HOME/opt
Installation uses 12M of disk space:
# make a virtualenv to place glance in, using SB3-hhg as base runtime
/opt/ShellB3/2014Q1/bin/virtualenv --system-site-packages $HOME/opt/glance.env
# add latest glance to that virtualenv
$HOME/opt/glance.env/bin/python -m easy_install -U -vi http://larch.ssec.wisc.edu/eggs/repos uwglance
Usage (there are 3 options here, pick 1) :
1. softlink "$HOME/opt/glance.env/bin/glance" into your PATH
1. prepend "$HOME/opt/glance.env/bin" to your PATH
1. "source $HOME/opt/glance.env/bin/activate", run glance, "deactivate" when done
\ No newline at end of file