Install Linuxbrew on your AWS instanceΒΆ

These commands will set up a vanilla Ubuntu 14.04 AWS instance for Linuxbrew.

sudo apt-get update
sudo apt-get -y install build-essential cmake sparsehash valgrind libibnetdisc-dev gsl-bin \
    libgsl0-dev libgsl0ldbl subversion tmux git curl parallel gcc make g++ zlib1g-dev \
    libncurses5-dev python-dev unzip dh-autoreconf default-jre python-pip \
    mcl libhdf5-dev r-base pkg-config libpng12-dev libfreetype6-dev libsm6 \
    libxrender1 libfontconfig1 liburi-escape-xs-perl liburi-perl ruby \
    python-pandas python-scipy python-numpy
sudo mkdir /home/linuxbrew
sudo chown $USER:$USER /home/linuxbrew
git clone https://github.com/Linuxbrew/brew.git /home/linuxbrew/.linuxbrew
echo 'export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"' >> ~/.profile
echo 'export MANPATH="/home/linuxbrew/.linuxbrew/share/man:$MANPATH"' >> ~/.profile
echo 'export INFOPATH="/home/linuxbrew/.linuxbrew/share/info:$INFOPATH"' >> ~/.profile
source ~/.profile
brew tap homebrew/science
brew update
brew doctor

LICENSE: This documentation and all textual/graphic site content is licensed under the Creative Commons - 0 License (CC0) -- fork @ github. Presentations (PPT/PDF) and PDFs are the property of their respective owners and are under the terms indicated within the presentation.
comments powered by Disqus