Server build notes
Part 1 Retrieve the full license key from Plesk using the web control panel License Manager. Backup and download the key. # cp /etc/psa/psa.key /var/www/vhosts/<domain>/httpdocs/ Visit http://<domain>/psa.key Part 2 Then run the offline installer script… wget -q -O – http://www.atomicorp.com/installers/aooi |sh or tweak it slightly… # wget http://3es.atomicrocketturtle.com/tests/aooi-installer.sh # chmod +x aooi-installer.sh Edit the script [...]
