mirror of
https://github.com/jcwimer/railsVagrant
synced 2026-03-24 18:44:42 +00:00
Fixed line endings to unix
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
For Windows:
|
||||
1. Install GIT
|
||||
2. Open CMD and run: setx PATH=%PATH%;C:\Program Files (x86)\Git\bin
|
||||
3. Install Virtualbox
|
||||
4. Instal Vagrant
|
||||
5. Open CMD and navigate to railsVagrant folder
|
||||
6. From CMD run vagrant up
|
||||
For Windows:
|
||||
1. Install GIT
|
||||
2. Open CMD and run: setx PATH=%PATH%;C:\Program Files (x86)\Git\bin
|
||||
3. Install Virtualbox
|
||||
4. Instal Vagrant
|
||||
5. Open CMD and navigate to railsVagrant folder
|
||||
6. From CMD run vagrant up
|
||||
7. Run vagrant ssh
|
||||
@@ -3,8 +3,8 @@ apt-get update
|
||||
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
|
||||
apt-get install php7.1 php7.1-common -y
|
||||
apt-get install php7.1-curl php7.1-xml php7.1-zip php7.1-gd php7.1-mysql php7.1-mbstring -y
|
||||
wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
|
||||
|
||||
#Docker install
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
|
||||
source ~/.bashrc
|
||||
source $HOME/.nvm/nvm.sh
|
||||
nvm install node
|
||||
Reference in New Issue
Block a user