Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 598 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 598 Bytes

XIVAPI: Vagrant

This is a simple stack that runs XIVAPI v3 + Mogboard via Vagrant.

Requirements

Getting setup

Make a folder where all XIVAPI projects (including Mogboard) can sit:

  • mkdir xivapi
  • cd xivapi

Clone XIVAPI (or Mogboard) and Vagrant

  • git clone https://github.com/xivapi/xivapi.com-v3.git
  • git clone https://github.com/xivapi/xivapi.com-vagrant.git

Build the vagrant and run it

  • cd xivapi.com-vagrant
  • vagrant up