Skip to content

Instantly share code, notes, and snippets.

View mtnbikenc's full-sized avatar

Russell Teague mtnbikenc

  • Red Hat
  • Raleigh, North Carolina
View GitHub Profile
This guide is for individuals just want to get Hanlon installed and running quickly. We are using Ubuntu LTS 14.04 but should also work with previous releases.
Lets first install git, mongodb, dhcpd, tftpd, ipxe installed:
```bash
root@hanlon:/# apt-get install -y git make mongodb openjdk-7-jre-headless g++ isc-dhcp-server ipxe tftp tftpd curl
```
For Windows testing only
```bash
apt-get install samba apache2 -y