Skip to content

Craft2box is a simple Vagrant box targeted for Craft 2 development

Notifications You must be signed in to change notification settings

hfoletto/craft2box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Craft2box

A simple Vagrant box targeted for Craft 2 development

Craft2box is a simple Vagrant box running Ubuntu 16.04 and targeted for Craft development.

Included software

  • Ubuntu 16.04 (Xenial)
  • Git
  • sshpass
  • Apache2
  • Php 7.0 (mbstring, zip, GD, Mcrypt, cURL and ImageMagick mods included)
  • MySQL 5.7
  • Python 2.7
  • NodeJS 8.16
  • Yarn
  • Ansible 2.6

Defaults

MySQL username: root MySQL password: root

Since MySQL 5.7.5+ changed the way GROUP BY behaves and Craft 2 relies on that, this vagrant box removes the ONLY_FULL_GROUP_BY option from sql_mode.
Read more about it here.

Vagrant Host Manager plugin

If you have vagrant-hostmanager plugin installed, this vagrant box will use it to manage the hosts file. The default alias is craft.local.

About

Craft2box is a simple Vagrant box targeted for Craft 2 development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages