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 about 7 years ago.

Bugfix Update when switching PHP set PHP link in /data/private/bin/ to /usr/bin/php(7x). this will make composer and wp tools use the right version of PHP.

There are no providers for this version.

This version was created about 7 years ago.

Bugfix Update when switching PHP set PHP link in /data/private/bin/ to /usr/bin/php(7x). this will make composer and wp tools use the right version of PHP.

There are no providers for this version.

This version was created about 7 years ago.

Changes

  • Update php, php70, php71, mariadb to last version
  • Add php-intl and php-pecl-imagick for all 3 php versions
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (725 MB)

This version was created over 7 years ago.

  • Update centos
  • Update PHP, MariaDB
  • add php7.1
  • add npm + nodejs

Versions:

  • MariaDB = 10.1.21
  • PHP5 = 5.6.30
  • php70 = 7.0.15
  • php71 = 7.1.1
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (713 MB)

This version was created almost 8 years ago.

Fixes

  • sudef was missing. It's back now
  • Starting was slow. SSH UseDNS=no now + e1000 nic driver issue fixed
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (664 MB)

This version was created almost 8 years ago.

Fixes

  • php include file included before default values. They can be overriden now.
  • box filename and boxname has a meaningfull name + version. Easier to find out which version you run in the Virtualbox Gui.

New functions

  • Added a filewatcher service to execute a command when a file changes. This is used in some new functions.
  • added a config dir option ( only vagrant not in our hosting ).
  • To use: "node.vm.synced_folder "config", "/data/config", create: true, owner: 'defaultsite', group: 'defaultsite'"
  • php-fpm-pool.conf moved to config dir. When changed -> php56 and php70 are restarted
  • phpversion.conf file in config dir. When changed -> site switched to other version
  • A new file in private. mysqldump-trigger. When changed -> mysqldump of defaultsite. Now it's easy to upgrade!

There are no providers for this version.

This version was created almost 8 years ago.

Small update to previous version

  • user defaultsite has bash shell, needed for vagrant-shell-commander
  • sassc symlink to /usr/local/bin, to keep compatible
  • option to set own php config vars in private/php-fpm-pool.conf

There are no providers for this version.

This version was created almost 8 years ago.

Update base image +

Bugfix'

  • Apache does not use sendfile anymore. It gave problems with windows and shared folders. So no more multiple F5's needed. Change: sassc now lives in /usr/bin instead of /usr/local/bin

Updates

  • php 5 -> 5.6.24
  • php 7 -> 7.0.9
  • mariadb -> 10.1.16

To Mention

  • Keep remi repo's active so you can add php modules without having to enable the repo's in the yum command
  • removed xhprof for php7, this was not really stable. Next version will probably use the Tideways PHP extension for PHP5 and PHP7. Its a fork of XHprof for php5 and php7
  • sassc and mailcatcher are now installed by selfbuild RPM's.

There are no providers for this version.

This version was created about 8 years ago.

  • remove embedded Vagrantfile. Made "old" configs run double autorun scripts, and changing config became harder
  • create-hostindirs script checks for existing docroot, if existed then it will not try to create that directory. Needed for symlinked docroots in /data/site shared_folders
  • update php 5 -> 5.6.20
  • update php 7 -> 7.0.5
  • added switch-php script, so you do not need to know the php-pool name
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (678 MB)

This version was created over 8 years ago.

Update

  • system update inc glibc bugfix
  • php 5 -> 5.6.18
  • php 7 -> 7.0.3
  • mariadb -> 10.1.12
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (670 MB)
Previous Next