To install aiWARE with AI Processing on a single node, verify system requirements, get a UUID token for the installation, and install a platform for containers. Next, install aiWARE with AI Processing, and then log in.
[Warning] You cannot change from single node aiWARE to multi-node aiWARE without uninstalling the aiWARE instance.
Pre-installation steps
Complete the following pre-installation steps.
- Verify system requirements.
- Gather the credentials for the root user. You do not need to generate a UUID token for your installation, as it is automatically generated.
- Install a platform for containers.
- Optional: In air-gapped environments, create an allowlist. To the computer or VM in which you are installing aiWARE, add the following IP addresses in the allowlist.
| Hostname | IP Addresses |
|---|
| get-static.aiware.com | 13.248.195.1, 76.223.71.144 |
| registry.central.aiware.com | 15.197.255.19, 3.33.192.186 |
Installation steps
- Install aiWARE on a single node
| Command line | Do the following: |
|---|
sudo su export AIWARE_INIT_TOKEN=uuid export AIWARE_MODE=controller,db,engine export AIWARE_HOST_EXPIRE=false export AIWARE_LICENSE=license export AIWARE_LICENSING_ENABLED=yes curl -sfL https://get.aiware.com | sh - |
- Replace the 'uuid' with the UUID that you generated or that Veritone provided.
- Replace 'license' with the AI Processing license key provided by Veritone.
- Copy and paste the command line commands in the terminal of the node that you want to install the services.
|
- Optional: To watch as the installation process downloads and starts new containers, and to check the system for initial problems from running aiWARE, you can perform checks during the installation.