Cara Install AVideo atau PHPTube di Server Ubuntu 20.04

From Dboswiki
Revision as of 01:27, 18 February 2023 by Smpdbos (talk | contribs) (Created page with "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 A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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