Edge Server Software Installation
The following steps are required to install Nola Edge Software on each server.
Step 1. Install Operating System
Install minimal Ubuntu 22.04 image.
Step 2. Install Ansible package
apt-get update && apt-get -y install ansible
Step 3. Provide public IP address to Nola team
Make sure that your target server is connected to the internet.
Check your public IP address and send it to Nola team to whitelist your server for access to deployment artifacts.
info
To obtain public IP address you can use the following command: curl https://ipinfo.io/ip
Step 4. Run Nola Edge Server build script
wget -O server-install.yml -c https://public-objects.nolahq.com/server-install{version}.yml && ansible-playbook server-install.yml
Step 5. Launch Edge Server application
systemctl start ai-agent
This command will auto-register new Edge Server on Nola Cloud.
Step 6. Notify Nola Team
Notify Nola that new Edge Server has been created. Nola team will validate installation and attach new Edge Server to your Nola network.
Do you have any questions? Please email us at hello@nolahq.com and we will be happy to discuss any of the above with you.