Skip to content

Zoruk/VagrantSymfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VagrantSymfony

This repository provide a basic Vagrant environment for Symfony development.

Prerequisite

You will need to install Vagrant, Virtualbox and composer

The environment

When the vagrant virtual machine is up you can simply access your symfony project using http://localhost:8080 and phpmyadmin http://localhost:8081

First time setup

  1. Fork this repository
  2. Change default settings in setup.sh like MySQL password and Symfony version
  3. Start vagrant virtual machine vagrant up this can take a while
  4. Add Symfony files to your git git add symfony/
  5. Your repository is ready to be used. You can now simply clone your repository, run vagrant up and the environment is ready

About

Vagrant environment for Symfony development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages