Full Stack Web Development Environments
Need a full stack web development environment on your MacOs, linux, or Windows machine? AracPac’s got you covered with out-of-the-box support for a variety of full stack web development frameworks, including:
- ✅ LAMP: Laravel / Symfony / CakePHP / CodeIgnitor
- ✅ JS: Angular / Ember / Express / Vue / React
- ✅ Java Spring
- ✅ Ruby on Rails
- ✅ Django
- ✅ ASP.Net
Check the latest releases on https://app.vagrantup.com/aracpac/ for comprehensive notes on the current configurations.
Usage
- install vagrant and 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 modify the build and create an image catered to your needs:
- install packer, ansible, and virtualbox
- clone the packer repository:
git clone https://github.com/aracpac/aracpac-packer-builds
- modify the packer, shell, or ansible configuration files
- build a box:
cd centos8-stream && packer build packer.json
- once the build is complete, your image will be in the
./builds
directory. you can now add it to your local vagrant collectionvagrant box add centos9-stream-v2.0.0 builds/centos9-v2.0.0.box
or upload it to https://app.vagrantup.com/ and share it with the world.