How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "twistedbytes/webserver"
end
vagrant init twistedbytes/webserver
vagrant up
This version was created almost 6 years ago.
Simple update
This version was created almost 6 years ago.
Fix docroot switch with ssl.
This version was created almost 6 years ago.
Fix.
This version was created almost 6 years ago.
Update of all servers +
Certificate It's a Lets Encrypt we update and package so it can be used to download into the vagrant box. It can be automatically updated from the box. We did this so you can test locally with https with a valid certificate. Downloading the certificate is a "call home" so it's disabled by default.
There are no providers for this version.
This version was created over 6 years ago.
Update to add the option to change the docroot name/location. This was "needed" for Silverstripe 4.1, but can be useful for other frameworks. See config/webservervhost.conf
With update added some small changes
This version was created over 6 years ago.
.....nodejs GRMPFF!
This version was created over 6 years ago.
Update
There are no providers for this version.
This version was created over 6 years ago.
Update all default packages to latest version +
Add 2 scripts
xdebug-enable.sh xdebug-disable.sh
This will help xdebugging to PHP storm from the CLI
This version was created almost 7 years ago.
This version was created almost 7 years ago.
update all packages
There are no providers for this version.