Skip to content

Symfony3 php7 vagrant development environment

Notifications You must be signed in to change notification settings

rainer-maucher/stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stack

Access:

Preinstalled inside:

  • ubuntu 16.04
  • php 7.1.4 (fpm)
  • Symfony 3.2.7
  • nginx 1.10.0
  • MySQL 5.7.17
  • Composer 1.0.0
  • npm 3.5.2
  • gulp

Requirements:

  • vagrant

Installation:

Clone repo:

git@github.com:honey-pot/stack.git

Cd into project folder and initialize virtual machine:

vagrant up

Ssh into your virtual machine:

vagrant ssh

Run bootstrap script:

sudo ./bootstrap-vm.sh

Install project dependencies

composer install

Done 😎 - go check to http://192.168.168.168 or http://localhost:8888

About

Symfony3 php7 vagrant development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.7%
  • HTML 3.0%
  • Shell 0.3%