/workstation

A Vagrant environment for developing Oleville

Primary LanguageShell

Oleville Vagrant Development Environment

Installation Instructions

  • Download and install VirtualBox.
  • Download and install Vagrant.
  • Install the Vagrant-HostsUpdater Plugin using this command: vagrant plugin install vagrant-hostsupdater
  • Clone this repository to your machine, then navigate to this directory.
  • Grab a copy of the Oleville database, and place it in database/backups. Vagrant will look for a database there.
  • Run vagrant up. Voila!

Using the Development Environment

After running the Installation Instructions, a virtual machine has been set up which contains all of the files and programs oleville needs to run.