Vagrant Centos6.6 Hoot Template
Pre-release
Pre-release
Provided in this release are the artifacts need to to stand-up a Virtual Machine that has all the hoot dependencies installed. This Virtual Machine is a Centos6.6 x64 machine and is missing the Hoot database and code configuration.
Please follow these directions to stand up a working Centos6.6 template for a Hoot Install:
How to launch Vagrant box:
** MUST HAVE Vagrant and VirtualBox installed on your computer. **
- Add Vagrant box to list: vagrant box add {title} {Box_Name or URL}
Example: "vagrant box add hoot-template hoot-template-centos6_x64.box" - Initialize Vagrant: vagrant init {title}
Example: "vagrant init hoot-template" - Start Vagrant: "vagrant up"
- SSH into Vagrant: "vagrant ssh"
a) If prompted for password, enter: "vagrant" - Install Hoot: Install Script to be provided in next release