AracPac
Need a full stack web development environment on your MacOs, linux, or Windows machine? AracPac’s got you covered.
Basic usage: images hosted on Vagrant Cloud
- install vagrant
- install vagrant plugins:
vagrant plugin install vagrant-hostmanager
- install vagrant plugins:
- install virtualbox
- download an AracPac Vagrantfile to an empty directory:
- navigate to the directory and
vagrant up
- access the box at https://dev.local/
Advanced usage: images built from sources
To build a box from scratch:
- install packer
- install ansible
- install virtualbox
- clone the packer repository:
git clone https://github.com/aracpac/aracpac-packer-builds
- build a box:
cd rhel8 && packer build packer.json
- access built image in
./builds
directory