Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 925 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 925 Bytes

Prerequisites

Installation

  • 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.

Usage

You can now connect to your SeAT instance by browsing to http://{ip address of the VM}/ (grap it with ifconfig).

Credentials

  • SeAT admin:password
  • MySQL root:password (remote access allowed)

Troubleshooting

If the installation fails, execute vagrant destroy to rollback to a clean state.