Skip to content

Instantly share code, notes, and snippets.

@x2c3z4
Forked from avirambh/install_lio.sh
Created July 5, 2016 17:17
Show Gist options
  • Save x2c3z4/7ddba24889067b9357688339a100b475 to your computer and use it in GitHub Desktop.
Save x2c3z4/7ddba24889067b9357688339a100b475 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