You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two things. Am I to understand that you provide absolutely zero instructions on how to install the network software? The only reference I can find says, "We have created a similar installer as AVideo installer. on the first time you tried to access the page you will be directed to the installation page." Nothing about server requirements, nothing about what git command to use.
I did try to install it, but it doesn't work. Here is what I did from the command line:
<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory>
I also edited the 000-default.conf file to point the root to /var/www/html/YouPHPTube-Encoder-Network.
When I go to http://network.soaptube.tv the install screen comes up. I enter the information as requested and I get a flashing "Congratulations" popup, but it disappears before I can click on ok at all and keeps me at the same install splash screen. Nothing happens. I have done this twice.
Any ideas?
The text was updated successfully, but these errors were encountered:
1-Assignee it to apache2 group ( owner / permissions ) chown -R www-data /var/www/html/AVideo-Encoder-Network
2-Remove the database created or rename the DB installation to aVideoNetwork1 to avoid error that a database with the name aVideoNetwork are already created
Ok , no instruction because there's nothing to instruct ...
1- cd /var/www/html
2- sudo git clone https://github.com/WWBN/AVideo-Encoder-Network.git
3- sudo chmod 755 /var/www/html/AVideo-Encoder-Network
4- chown -R www-data /var/www/html/AVideo-Encoder-Network
If you ever used a script from github , you would know this .
#####################
I don't know what this means? I don't have an AVideo-Encoder-Network subdirectory to chown. What do I "assign" to apache2 group?
Where have you downloaded ( installed ) the network encoder ? then chown it or follow the instruction that I've left for you up
Two things. Am I to understand that you provide absolutely zero instructions on how to install the network software? The only reference I can find says, "We have created a similar installer as AVideo installer. on the first time you tried to access the page you will be directed to the installation page." Nothing about server requirements, nothing about what git command to use.
I did try to install it, but it doesn't work. Here is what I did from the command line:
sudo apt-get install apache2 php libapache2-mod-php php-mysql php-curl php-gd php-intl mysql-server mysql-client git && cd /var/www/html && sudo git clone https://github.com/DanielnetoDotCom/YouPHPTube-Encoder-Network.git && sudo apt-get install python && sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && sudo chmod a+rx /usr/local/bin/youtube-dl && sudo a2enmod rewrite
I also tried to install using:
sudo git clone https://github.com/DanielnetoDotCom/AVideo-Encoder-Network.git
but I was prompted for my github username and password, which I provided, but which simply returned an error.
I edited the apache2.conf by changing:
<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory>
to
<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory>
I also edited the 000-default.conf file to point the root to /var/www/html/YouPHPTube-Encoder-Network.
When I go to http://network.soaptube.tv the install screen comes up. I enter the information as requested and I get a flashing "Congratulations" popup, but it disappears before I can click on ok at all and keeps me at the same install splash screen. Nothing happens. I have done this twice.
Any ideas?
The text was updated successfully, but these errors were encountered: