Skip to content

Vagrant VM (with 3 MODX installs defined) for MODX Bug Hunt 2017

Notifications You must be signed in to change notification settings

pbowyer/vagrant-modxbughunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-modxbughunt

Vagrant VM (with 3 MODX installs defined) for MODX Bug Hunt 2017

IMPORTANT!

This Vagrant machine expects you to have the following Vagrant plugins installed:

  1. Install a Vagrant plugin, vagrant-hostsupdater to update your /etc/hosts automatically
    vagrant plugin install vagrant-hostsupdater
    
  2. Install another Vagrant plugin, vagrant-vbguest to keep the guest additions automatically up to date:
    vagrant plugin install vagrant-vbguest
    

If you are running Windows, also install vagrant-winnfsd.

Setup MODX

Checkout your fork of MODX into modx/web (and modx10/web and modx20/web if you want multiple installs)

Database connection details

Host: localhost Username: vagrant Password: testing123

Database names: modxbughunt / modxbughunt10 / modxbughunt20

All databases are populated from setup/modxbughunt.sql when the Vagrant machine is populated. So once you've installed MODX, if you dump your database to that file, when you recreate the VM it'll be present.

URLs

About

Vagrant VM (with 3 MODX installs defined) for MODX Bug Hunt 2017

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published