Repository with samples for the OMNIA Platform version 3 deployment operations.
Script omnia-install.sh
can be used to install Omnia Platform along with all its software requirements on a new infrastructure.
- Copy omnia-install.sh file to the Ubuntu machine where OMNIA Platform will be installed
- If necessary, grant access privileges to execute the bash script
chmod +x omnia-install.sh
- Execute the script
sudo ./omnia-install.sh
Script omnia-update.sh
can be used to update Omnia Platform to the latest version available on the Platform Feed.
- Copy omnia-update.sh file to the Ubuntu machine where OMNIA Platform will be installed
- If necessary, grant access privileges to execute the bash script
chmod +x omnia-update.sh
- Execute the script
sudo ./omnia-update.sh
OMNIA 3 Deployment scripts are available under the MIT license.