Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Issue #18

Open
SoapTube opened this issue Mar 25, 2020 · 3 comments
Open

Installation Issue #18

SoapTube opened this issue Mar 25, 2020 · 3 comments

Comments

@SoapTube
Copy link

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?

@akhilleusuggo
Copy link

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

3-Install now ( should work )

@SoapTube

This comment was marked as abuse.

@akhilleusuggo
Copy link

@SoapTube

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants