Skip to content

Latest commit

 

History

History
134 lines (112 loc) · 3.81 KB

README.md

File metadata and controls

134 lines (112 loc) · 3.81 KB

FoxTail

Simple server and website for "Where is the Fox data aggregator", based on Frameworkless micro-framework

What's included?

Developer setup

Prerequisites

Steps

  1. git clone this repository
  2. cd into the cloned repository
  3. composer install
  4. cp misc/.env.example .env
  5. vagrant up

From here, you should be able to access http://localhost:8080/. This website is served using NGINX & PHP 7.