Skip to content

Instantly share code, notes, and snippets.

@avirambh
Last active May 4, 2017 21:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save avirambh/bd367e1bc9c926f19014 to your computer and use it in GitHub Desktop.
Save avirambh/bd367e1bc9c926f19014 to your computer and use it in GitHub Desktop.
Install LIO on ubuntu 14.04
pip uninstall -y rtslib-fb==2.1.49
sudo apt-get remove -y lio-utils
sudo apt-get install -y python-prettytable python-ipaddr python-netifaces python-configobj python-pyparsing python-epydoc texlive-latex-base texlive-latex-extra texlive-latex-recommended lmodern texlive-fonts-recommended python-urwid
rm -rf rtslib
git clone https://github.com/Datera/rtslib
cd rtslib; make deb; sudo apt-get -y remove rtslib ; dpkg -i dist/*.deb; cd ..
rm -rf configshell
git clone https://github.com/Datera/configshell
cd configshell; make deb; sudo apt-get remove -y configshell ; dpkg -i dist/*.deb; cd ..
rm -rf targetcli
git clone https://github.com/Datera/targetcli
cd targetcli; make deb; sudo apt-get remove -y targetcli ; dpkg -i dist/*.deb; cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment