Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

A Vagrant development environment intended for Symphony CMS. No muss, no fuss.

Notifications You must be signed in to change notification settings

lnikkila/symphony-simple-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant for Symphony CMS

Dead-simple development environment intended for Symphony. No muss, no fuss.

What’s Vagrant? See vagrantup.com.

Quick start

Put Symphony into public_html. Then do vagrant up.

You can delete the index.php that outputs information about the PHP installation.

Apache is available at localhost:8080 and MariaDB at localhost:3636.

A default database called vagrant is created automatically. The MariaDB root password is just root.

What’s in the bag?

  • Ubuntu 14.04 LTS

    Specifically the official ubuntu/trusty32 box. Go ahead and use the 64-bit version if possible.

  • Apache 2.4

  • MariaDB 5.5

    The open-source MySQL drop-in replacement.

  • PHP 5.5

    Comes with the extensions that Symphony depends on, such as php5-xsl.

  • Xdebug

  • Git

About

A Vagrant development environment intended for Symphony CMS. No muss, no fuss.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published