This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |