Skip to content

A repo with a default Symfony 4 Flex install in it, to demonstrate different provisioning methods for development

Notifications You must be signed in to change notification settings

matthew-hallsworth/provisioning-demo

Repository files navigation

Built in PHP webserver

composer install
php bin/console server:start

Then load http://localhost:8000 and see a lucky number

Puppet/Vagrant

cp Vagrantfile.puppet Vagrantfile
vagrant destroy -f; vagrant up

Then load http://localhost:8000 and see a lucky number! It works!

Ansible/Vagrant

cp Vagrantfile.ansible Vagrantfile
vagrant destroy -f; vagrant up

Then load http://localhost:8000 and see a lucky number! It works!

Homestead/Vagrant

cp Vagrantfile.homestead Vagrantfile
vagrant destroy -f; vagrant up

After a long build process, you should load http://localhost:8000 and see a lucky number! It also works!

About

A repo with a default Symfony 4 Flex install in it, to demonstrate different provisioning methods for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published