Skip to content

mainstreamer/stack

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:

[email protected]:mainstreamer/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