Install - Server on Linux VM with Sudoless Access



Installation Steps

Take the following steps to install the vFunction Server on a Linux VM with Sudoless Access:

  1. Ensure Prerequisites are met
  2. Download the vFunction Server Sudoless Installation TGZ from the vFunction Portal
  3. SCP the Server TGZ package to the Server VM to the location where you’d like to install vFunction, such as /home/<username>/
  4. Unpack the Installation Package. Replace VERSION with the actual value.
tar xvf vfunction-server-sudo-less-installation.vVERSION.tgz
  1. 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/
  2. Open the server-installation.yaml.
vi vfunction/etc/sysconfig/vfunction/installation/server-installation.yaml
  1. Set the required and optional Configurable Settings
  2. Run the installation script.
bash vfunction/opt/vfunction/server-installation/install.sh

Video Guided Installation