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

Vagrant template for quickly deploying a dev instance of SeAT

Notifications You must be signed in to change notification settings

BenHUET/eveseat-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Vagrant template for quickly deploying a dev instance of SeAT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages