mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #152] Mini admin PHP without forever to start peerflix all time (you can launch multiple instances) #127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Smax2k on GitHub (Sep 9, 2018).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/152
Hello,
I love Peerflix-server but forever not working for me.
I create a mini admin with PHP, you need to install apache2 and php7.
In /var/www/html add this files :
mini-admin-peerflix-server.zip
@Smax2k commented on GitHub (Sep 9, 2018):
You can use "screen" for run peerflix-server in background too.
@asapach commented on GitHub (Sep 9, 2018):
You could probably publish this as a project on GitHub rather than a zip file. Somebody might find it useful.
@Smax2k commented on GitHub (Sep 9, 2018):
Yes ok, you can run multiple instances and ports (the port is check if it already exists), but that's work only with the default User / Group of apache2 (i have no test with nginx). I have tested with a custom user and group but is not working, i dont no why (when I click on the file i have an error).