Simple script to run on vagrant virtual machine
##Steps:
- Install vagrant and virtual box
- Then
git clone [email protected]: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 [email protected] -p 2202
ssh-keygen
- On the host machine:
ssh-copy-id "[email protected] -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!