- Download and install Vagrant. More info about Vagrant here.
- Virtualbox 5.0.X. (recommended) (5.1 should work but if you're having issue, consider downgrading to 5.0)
git clone [email protected]:BenHUET/eveseat-vagrant.git
cd eveseat-vagrant
vagrant up
. It can take some times since it's deploying a whole dev environnement (mysql, php, apache, composer...) and configuring SeAT.vagrant ssh
to open an SSH connection to the machine.
You can now connect to your SeAT instance by browsing to http://{ip address of the VM}/
(grap it with ifconfig
).
- SeAT
admin:password
- MySQL
root:password
(remote access allowed)
If the installation fails, execute vagrant destroy
to rollback to a clean state.