Installing the Valt Software

From IVS Wiki
Revision as of 18:02, 1 December 2016 by IVSWikiBlue (talk | contribs)
Jump to: navigation, search

Install Ubuntu 14.0.4 LTS

The valt software is currently only supported on Ubuntu 14.04 LTS. Internet access is required to complete the installation. After installation is complete, the server can be disconnected from the internet and run without issue.

  1. Boot the machine from an Ubuntu Server 14.04 installation CD.
    Install1.png
  2. When prompted select your language from the menu and press enter.
    Install2.png
  3. Press F4
    Install3.png
    • If you are installing on a virtual machine select Install Minimal Virtual Machine
    • If you are installing on a physical machine select Install Minimal
    Install4.png
  4. When prompted select your language from the menu and press enter.
    Install5.png
  5. When prompted select your location from the menu and press enter.
    Install6.png
  6. Select No when prompted to detect keyboard layout.
    Install7.png
  7. Select the country of origin for your keyboard from the menu and press enter.
    • Most likely English (US)
    Install8.png
  8. Select your keyboard layout from the menu and press enter.
    • Most likely English (US)
    Install9.png
  9. Enter a name for the appliance when prompted. (This can be changed later.)
    Install10.png
  10. Enter a full name for the new user when prompted.
    • The default name for installations of Valt by IVS is IVS Admin
    Install11.png
  11. Enter a username for the new user when prompted.
    • The default name for installations of Valt by IVS is ivsadmin
    Install12.png
  12. Enter a password for the new user when prompted.
    Install13.png
  13. Reenter the password for the new user when prompted.
    Install14.png
  14. When prompted to encrypt the home directory, select No.
    Install15.png
  15. Verify the timezone detected is correct, then select yes.
    Install16.png
  16. When prompted to partition the disks, select Guided – use entire disk
    Install17.png
  17. Select the proper disk to partition. In most cases this will be the smaller of the available disks/array. The larger disks/array should be allocated for video storage and will be configured later.
    Install18.png
  18. Select Yes to write the changes to the disk.
    Install19.png
  19. Wait while the installer completes
    Install20.png
  20. If you need to enter http proxy information, enter it now. It most cases this will not be required, you can just select continue.
    Install21.png
  21. Wait while apt is configured.
    Install22.png
  22. Select Install Security updates automatically.
    Install23.png
  23. When prompted for software selection, choose OpenSSH server
  24. Select Continue
    Install24.png
  25. Select Yes when prompted to install the GRUB boot loader
    Install25.png
  26. Installation is now complete. Select continue to reboot the appliance.

Obtain an IP Address

If you specified a static ip address during installation, this section can be skipped. If you opted to use DHCP to configure the network interface you will need to determine the IP address of the server before proceeding.

To obtain the IP log in to the console and run the following command:

ifconfig

Network configuration will be displayed similar to the below screenshot.

[File:Install26.png]]

The active network adapter should have an ip address displayed. In this case it is eth0 and the address is 192.168.0.159.

The server should be configured with a static address. If you want to use DHCP, you should set up a DHCP reservation for the server so the IP address does not change.

Copy Installation Package

Connect to the server with an SFTP client and copy the installation folder to your home directory.

Install Valt

  1. Connect to the server via SSH or log in to the teminal
  2. Type cd ValtInstall and press enter.
  3. Type chmod +x ValtSetup and press enter.
  4. Type sudo ./ValtSetup and press enter.
  5. When prompted enter the password for your user account.
    Install27.png
  6. When prompted by the Wowza EULA, press Q to skip to the bottom of the agreement.
    Install28.png
  7. Type yes and press enter.
    Install29.png
  8. When prompted for a username enter one.
    • The default username for an IVS Valt install for Wowza is root
  9. When prompted for a password enter one.
    • The default password for an IVS Valt install for Wowza is admin51
  10. When prompted confirm the password.
    Install30.png
  11. When prompted for a Wowza license key enter: ET2A4-6vG9p-c4txQ-ucAWD-KybPJ-uwKbM-8GGQEAyZQwrm
    • The purpose of this key is just to complete the Wowza Streaming Engine installation. This key will be replaced later on in the installation process.
    Install31.png
  12. When prompted to start the streaming service on reboot, type yes and press enter.
    Install32.png
  13. Enter a password for the MySQL root user.
    • The default password for an IVS Valt install for MYSQL is admin51
    Install33.png
  14. Repeat the password when prompted.
    Install34.png
  15. When prompted to configure phpmyadmin, select apache2
    Install35.png
  16. Select Yes when prompted
    Install36.png
  17. Enter the MySQL root password defined previously.
    Install37.png
  18. When prompted enter a password for phpmyadmin to communicate with MySQL
    • The default password for an IVS Valt install for phpmyadmin to communicate with MYSQL is admin51
  19. Confirm the password when prompted.