Installation ============ All of the software repositories are available at https://git.wattsworth.net/wattsworth. The software has been tested on 64 bit Ubuntu Linux. While it is possible to run on Arm-based Single Board Computers (eg Raspberry Pi), the software works best on x86 systems such as the Intel NUC. Use the Puppet repository to install the complete Wattsworth stack .. code-block:: bash $> sudo apt-get update $> sudo apt-get install puppet $> git clone https://git.wattsworth.net/wattsworth/puppet.git $> cd puppet $> sudo puppet apply --modulepath=./modules --verbose site.pp