Install - Server on Linux VM with Sudo / Root Access
Installation Steps
Take the following steps to install the vFunction Server on a Linux VM with Sudo or Root Access:
- Ensure Prerequisites are met
- Download the vFunction Server Sudo / Root Installation TGZ from the vFunction Portal
- SCP the Server TGZ package to the Server VM
- Unpack the Installation Package. Replace VERSION with the actual value.
sudo tar Pxvzf vfunction-server-sudo-installation.vVERSION.tgz
- Optional if using HTTPS: Move the chained SSL Certificate Bundle as server.crt and the SSL Key as server.key into /etc/sysconfig/vfunction/nginx/certs/
- Open the server-installation.yaml by running the following command.
sudo vi /etc/sysconfig/vfunction/installation/server-installation.yaml
- Set the required and optional Configurable Settings
- Run the installation script.
sudo bash /opt/vfunction/server-installation/install.sh