My default LEMP (Ubuntu, Nginx, MongoDB, Php7) development for Symfony projects used Vagrant.
Nginx is configured for Symfony project, so if you want use this Vagrant enviroment to other project you must change configuratuion in /config/nginx/site file.
- Installed Vagrant (download)
- Clone repository
- Open directory in comand line and type
vagrant up - After server starts you can create your Symfony project in
wwwdirecotry - Server is mapped to
localhoston port80
For more info go to Vagrant documentation.