Make Kanboard compatible with PHP 5.3.3

This commit is contained in:
Frederic Guillot
2015-01-18 21:55:08 -05:00
parent 4b89b90df2
commit 2bdd6a6b35
7 changed files with 242 additions and 48 deletions

5
Vagrantfile vendored
View File

@@ -65,6 +65,11 @@ Vagrant.configure("2") do |config|
m.vm.synced_folder ".", "/var/www/html", owner: "apache", group: "apache"
end
config.vm.define "centos65" do |m|
m.vm.box = "chef/centos-6.5"
m.vm.synced_folder ".", "/var/www/html", owner: "apache", group: "apache"
end
config.vm.define "freebsd10" do |m|
m.vm.box = "chef/freebsd-10.0"
m.vm.synced_folder ".", "/usr/local/www/apache24/data", type: "rsync", owner: "www", group: "www"