geerlingguy / packer-drupal-vm

DEPRECATED - Drupal VM Packer base box builder.

Home Page:https://app.vagrantup.com/geerlingguy/boxes/drupal-vm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packer Build - Drupal VM

DEPRECATION NOTICE: This project has been deprecated as of 2023. Thank you to all the box's users and contributors over the past decade!

Current Ubuntu Version Used: 18.04.5

Download from Vagrant Cloud: geerlingguy/drupal-vm.

This example build configuration installs and configures a default Drupal VM installation on Ubuntu using Ansible, and then generates a Vagrant box file for VirtualBox, and uploads it to Vagrant Cloud: geerlingguy/drupal-vm.

See related project packer-ubuntu-1804, and minimal base box geerlingguy/ubuntu1804.

Requirements

The following software must be installed/present on your local machine before you can use Packer to build the Vagrant box file:

Usage

Make sure all the required software (listed above) is installed, then cd to the directory containing this README.md file, and run:

$ git clone git@github.com:geerlingguy/drupal-vm.git
$ packer build -var 'version=2.0.11' drupal-vm.json

After a few minutes, Packer should tell you the box was generated successfully, and the box was uploaded to Vagrant Cloud.

Note: This configuration includes a post-processor that pushes the built box to Vagrant Cloud (which requires a VAGRANT_CLOUD_TOKEN environment variable to be set); remove the vagrant-cloud post-processor from the Packer template to build the box locally and not push it to Vagrant Cloud. You don't need to specify a version variable either, if not using the vagrant-cloud post-processor.

Testing built boxes

There's an included Vagrantfile that allows quick testing of the built Vagrant boxes. From this same directory, run the following command after building the box:

$ vagrant up

License

MIT license.

Author Information

Created in 2018 by Jeff Geerling, author of Ansible for DevOps.

About

DEPRECATED - Drupal VM Packer base box builder.

https://app.vagrantup.com/geerlingguy/boxes/drupal-vm


Languages

Language:Shell 100.0%