Confirmed users
396
edits
Groovecoder (talk | contribs) |
(→Building a plain VM: OVA explained) |
||
| Line 98: | Line 98: | ||
* Create a VirtualBox VM. | * Create a VirtualBox VM. | ||
* Install the bare minimum of server packages. | * Install the bare minimum of server packages. | ||
** You might want to export an OVA of this base install for future from-scratch builds. | ** You might want to export an OVA (Open Virtualization Format archive) of this base install for future from-scratch builds. | ||
* Create a [https://raw.github.com/mozilla/kuma/HEAD/scripts/rackspace-bootstrap.sh bootstrap script] that gets Puppet installed and prepares a git clone of the project's source | * Create a [https://raw.github.com/mozilla/kuma/HEAD/scripts/rackspace-bootstrap.sh bootstrap script] that gets Puppet installed and prepares a git clone of the project's source | ||
* As root, run <code>puppet apply /vagrant/puppet/manifests/dev-vagrant.pp</code> (or whatever you named it) | * As root, run <code>puppet apply /vagrant/puppet/manifests/dev-vagrant.pp</code> (or whatever you named it) | ||