Skip to content

Vagrant Centos6.6 Hoot Template

Pre-release
Pre-release

Choose a tag to compare

@dizzykc dizzykc released this 23 Aug 02:40

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. **

  1. Add Vagrant box to list: vagrant box add {title} {Box_Name or URL}
    Example: "vagrant box add hoot-template hoot-template-centos6_x64.box"
  2. Initialize Vagrant: vagrant init {title}
    Example: "vagrant init hoot-template"
  3. Start Vagrant: "vagrant up"
  4. SSH into Vagrant: "vagrant ssh"
    a) If prompted for password, enter: "vagrant"
  5. Install Hoot: Install Script to be provided in next release