Simple script to run on vagrant virtual machine
##Steps:
- Install vagrant and virtual box
- Then
git clone git@github.com:romkaspb/sh-for-dev.git
- Move Vagrantfile to your vagrant directory
- Then, move there and create directory names
dev
and moveinstall.sh
there vagrant up
vagrant ssh
orssh vagrant@127.0.0.1 -p 2202
ssh-keygen
- On the host machine:
ssh-copy-id "vagrant@127.0.0.1 -p 2202"
(for key authentification) - Switch to vagrant
cd dev
sudo ./install.sh
, root password isvagrant
- Enter required values - git login, git email, mysql root password
- Have fun!