How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "palantir/ubuntu-default"
  config.vm.box_version = "1.1.3"
end
vagrant init palantir/ubuntu-default \
  --box-version 1.1.3
vagrant up

This version was created over 8 years ago.

  • Fixes major issues with php.ini that was causing problems with Drupal installation.
2 providers for this version.
  • vmware_desktop Externally hosted (palantir-vagrant.s3.amazonaws.com)

  • virtualbox Hosted by Vagrant Cloud (1.01 GB)