Skip to content

Ansible, Docker & php 5.5 backwards compatibility.

Compare
Choose a tag to compare
@fideloper fideloper released this 22 Dec 12:47
· 115 commits to master since this release

1.3.0

  • Added Ansible, thanks to PR #398
  • Added build-essential package to base.sh, for anything that may need make/gcc commands. May effect mailcatcher.
  • Added sturdier sudo-based solution for php config of catchmail (echo "..." | sudo tee ... vs sudo echo "..." >> ...)
  • Fixed Mailcatcher starting on boot via PR 402
  • Fixed CouchDB conflict with xDebug via PR #410
  • Added Docker! PR #412
  • Added ability to choose Sphinxsearch version via PR #413
  • Added support for Vagrant Hostmanager via PR #415
  • Fixed installing RVM, needed gpg key. PR #416
  • Added ability to use PHP 5.5 or php 5.6 via PR 418
  • Added PostgreSQL supseruser role vagrant for easier PostgreSQL administration. See proposal #422 and PR #423