Note: The
$
stands for your machine CLI, while the⇒
stands for the VM CLI
- Vagrant 1.7.4+
- VirtualBox 5.0.4+
- Ansible 1.9.3+
- Vagrant Landrush 0.18.0+ or Vagrant Host Manager plugin 1.6.1+
Clone the project in your workspace, and launch setup
$ make setup
You should access the project via http://collector.arnaud.dev/app_dev.php
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]
- Supervisor: http://collector.arnaud.dev:9001
- Mailcatcher: http://collector.arnaud.dev:1080
- Log.io: http://collector.arnaud.dev:28778
- OPcache Dashboard: http://collector.arnaud.dev:2013
- phpMyAdmin: http://collector.arnaud.dev:1979
- phpPgAdmin: http://collector.arnaud.dev:1980
- phpRedisAdmin: http://collector.arnaud.dev:1981