This is a Atlas Packer template based on the Atlas Packer Vagrant Tutorial.
A Vagrant base box for ImpressCMS development.
This webbox is based on Ubuntu i386 Server
- Apache
- MySQL
user: root
pass: - Memcached
- phpMyAmin
Latest stable version from GIT
url: http://BOX_IP/phpmyadmin - Memchaced-Dashboard
Latest master version from GIT
user: admin
pass: admin
url: http://BOX_IP/md - ImpressCMS
Latest retro version from GIT
user: admin
pass: admin
url: http://BOX_IP/
User: vagrant
Pass: vagrant
- Checkout this repo
- CD to repo folder
- Make sure Atlas Packer is installed on your system
- Make sure You have ATLAS_TOKEN in your environment variables list. You can get this token from https://atlas.hashicorp.com/ (registration needed)
- Run
packer push template-ubuntu.json
- Wait until all script finishes. You can see build progress on https://atlas.hashicorp.com/builds page.
This template use Mozilla Public License, version 2.0. See LICENSE file for more info.