Cara Install AVideo atau PHPTube di Server Ubuntu 20.04
Referensi : https://www.linuxbabe.com/ubuntu/install-avideo-youphptube-ubuntu-20-04-server
Server Ubuntu sudah diinstal Apache2, MariaDB Server, PHP 7.4
Step 1: Download AVideo on Ubuntu 20.04 Server
cd /var/www/html
sudo apt install git
sudo git clone https://github.com/WWBN/AVideo.git
cd AVideo/
sudo git clone https://github.com/WWBN/AVideo-Encoder.git
sudo mv AVideo-Encoder upload
sudo chown www-data:www-data /var/www/www/AVideo/ -R