Unattended Installs
Introduction
AP supports unattended installations. That means you can use the configuration of one system as the template for a new system. The installer will not ask questions for options that are templated. This document explains how to do an unattended installation.
Instructions
Step 1: Copy the Configuration File to the System
From the system with AP already installed copy the following file:
/var/awp/etc/config
To the system you want to install AP on, or upgrade in this file:
/root/awp.cfg
Note
You can do this on the same system if you want a totally unattended upgrade of an exisiting AP system to occur.
Step 2: Go to the root users directory
On the new system, without AP install:
cd /root/
Step 3: Run the AP Installer
Run the installer as you normally would as the root on the system with the file /root/awp.cfg
wget -q -O - https://updates.atomicorp.com/installers/awp_standalone.sh |bash