Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Releases: nooku/nooku-server

v3.1.0

24 Aug 15:05
Compare
Choose a tag to compare
  • Added - Installed Varnish cache in front of Nginx
  • Added - Created varnish command to manage Varnish
  • Added - Install PEAR packages Console_CommandLine and Phing by default
  • Improved - Allow VM to be configured through config.custom.yaml file. (# CPU's, memory and VM name)
  • Improved - Support new bootstrapper.php configuration file.
  • Added - Set path mappings through the BOX_SHARED_PATHS environment variable.
  • Improved - Updated Virtualbox guest additions to 4.3.14

v3.0.1

21 Jun 18:56
Compare
Choose a tag to compare

Added - Setup the /apc alias to access APC dashboard
Added - Included the /phpinfo location as a shortcut to phpinfo();
Added - Installed PEAR, PECL
Added - Installing the PECL yaml extension by default
Improved - Updated Virtualbox guest additions to 4.3.12

v3.0.0

12 May 14:06
Compare
Choose a tag to compare
  • Fixed - PHP-FPM should create the socket as user www-data.
  • Improved - Moved Vagrantfile and puppet configuration out of the Nooku Framework repository's root folder.
  • Added - Included the purge.sh script, used for packaging the box.
  • Fixed - Use different VMWare names: nooku-box-build when building the box, nooku-box for plain Nooku Framework use.
  • Improved - Nooku Framework can now download nooku/box instead of building it from scratch.

v2.0.0

12 May 14:07
Compare
Choose a tag to compare
  • 258: Replace Chef provisioning by Puppet. Add multiple host support.
  • 260: Add multiple PHP version support (5.3 and 5.4).
  • 261: Add developer tools (Git, Subversion, Zip, Unzip, Vim).
  • 262: Add PHP tools (PHPunit and Composer).
  • 263: Replace MySQL by Percona Server.
  • 265: Fix Xdebug configuration.
  • 266: Add LESS support and the autoless script.
  • 267: Add ability to import SQL scripts on vagrant up.
  • 268: Add PHP Analyzer.
  • 270: Add easy access to access and error logs.
  • 271: Add Vagrant 1.1 support.

v1.0.0

12 May 14:07
Compare
Choose a tag to compare
  • Add Vagrant 1.0 support.
  • Add Chef provisioning.
  • Install and configure PHP, Nginx and MySQL