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
devand moveinstall.shthere vagrant upvagrant sshorssh vagrant@127.0.0.1 -p 2202ssh-keygen- On the host machine:
ssh-copy-id "vagrant@127.0.0.1 -p 2202"(for key authentification) - Switch to vagrant
cd devsudo ./install.sh, root password isvagrant- Enter required values - git login, git email, mysql root password
- Have fun!