mirror of
https://github.com/jcwimer/railsVagrant
synced 2026-03-24 18:44:42 +00:00
Added nvm install and php 7.1
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
apt-get update
|
||||
apt-get install nodejs nodejs-legacy npm curl git -y
|
||||
apt-get install software-properties-common python-software-properties curl git -y
|
||||
add-apt-repository ppa:ondrej/php -y
|
||||
apt-get update
|
||||
apt-get install php7.1 php7.1-common
|
||||
apt-get install php7.1-curl php7.1-xml php7.1-zip php7.1-gd php7.1-mysql php7.1-mbstring
|
||||
wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
|
||||
|
||||
#Docker install
|
||||
|
||||
3
setup/nvm-install.sh
Normal file
3
setup/nvm-install.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
|
||||
source ~/.bashrc
|
||||
nvm install node
|
||||
Reference in New Issue
Block a user