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.
This stack can be used by Sugar 13.x
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