Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.24 KB

Arnaud - Collector

Development

Note: The $ stands for your machine CLI, while the stands for the VM CLI

Requirements

Setup

Clone the project in your workspace, and launch setup

$ make setup

You should access the project via http://collector.arnaud.dev/app_dev.php

Usage

Launch vagrant box, and ssh into it

$ vagrant up
$ vagrant ssh

Build assets

⇒ gulp

Enable/Disable php xdebug

⇒ elao_php_xdebug [on|off]

Enable/Disable nginx long timeout (999s instead of default 60s)

⇒ elao_nginx_timeout [on|off]