Exported on 20-Sep-2021 17:01:40
Parameters
1 - Refresh Yum Packages
Refresh APT packages
Login as user {server_credential} on node {server_host}
sudo yum -y update
2 - Download VestaCP Installer
Downloads the installer for latest version of VestaCP
Login as user {server_credential} on node {server_host}
#Downloads official installer
curl -O http://vestacp.com/pub/vst-install.sh
#Creates headless installer
echo 'cat "uploads/vst-inputs.txt" | sudo bash vst-install.sh' >> vesta-headless-installer.sh
3 - Upload Default Input Values
This file contains values to be entered during installation prompts in following order:
- Proceed with installation? y
- Email address? admin@attuneops.io
- Domain? attuneops.io
Login as user {server_credential} on node {server_host}
4 - Install Screen Package
Installs Screen Package, Useful for running time-consuming scripts in background.
Login as user {server_credential} on node {server_host}
sudo yum -y install screen
5 - Configure Screen Installation
Configure screen to allow zombie mode sessions i.e. keep screen terminals alive after the task has completed.
Login as user {server_credential} on node {server_host}
sudo echo "zombie xy" >> ~/.screenrc
6 - Launch VestaCP Installer
Starts installation of the VestaCP server.
The installation is launched in background and takes about 15 minutes to complete, to see the progress, SSH into the server and run the following command:
screen -x
Once the installation has finished, access the VestaCP login panel through: http://YOUR_IP:8083/
Default username and password set by VestaCP can be accessed by running the screen command mentioned above.
Login as user {server_credential} on node {server_host}
screen -d -m sudo bash vesta-headless-installer.sh
Installs VestaCP Control Panel on Linux Systems.
VestaCP is a simple & clever Hosting Control Panel, It has the fine touch of Softaculous auto installer that is able to install more than 439 apps with one click. Nginx+PHP-FPM and advanced caching are available at basic install.
Pre-Blueprint Attune setup
Blueprint Steps