How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "sugarcrm/php82es84"
  config.vm.box_version = "1.1"
end
vagrant init sugarcrm/php82es84 \
  --box-version 1.1
vagrant up

This version was created 3 days ago.

PHP 8.2 + MySQL 8 + Elasticsearch 8.4 Stack

This stack can be used by Sugar 13.x

  • Ubuntu 18.04.3 LTS
  • Apache 2.4.x
  • PHP 8.2.2
  • MySQL 8.0.32
  • Elasticsearch 8.4.3

Additional PHP extensions: XDebug, bcmath, mbstring, gmp, ldap and etc. MySQL config changes: Disabled ONLY_FULL_GROUP_BY SQL mode. Disabled block_nested_loop optimization. Includes additional dev tools: Composer

Vagrant directory mounted at /var/www/sugar

If running Vagrant from within Sugar application directory then Sugar installer will be available at http://localhost:8080/sugar/install.php

1 provider for this version.
  • virtualbox Hosted by Vagrant Cloud (2.41 GB)