Skip to content

Instantly share code, notes, and snippets.

@thuongdinh-agilityio
Last active December 9, 2015 15:00
Show Gist options
  • Save thuongdinh-agilityio/5a53e700d863dcf422c5 to your computer and use it in GitHub Desktop.
Save thuongdinh-agilityio/5a53e700d863dcf422c5 to your computer and use it in GitHub Desktop.
bash_installation_scripts_ubuntu
sudo apt-get install python-pip -y
sudo pip install -U docker-compose==1.4.0
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.27.1/install.sh | bash
. ~/.nvm/nvm.sh
nvm install stable
nvm alias default stable
echo ". ~/.nvm/nvm.sh" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment