Post4VPS Forum | Free VPS Provider
How to install asapach peerflix server? - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: Geek World (https://post4vps.com/Forum-Geek-World)
+--- Forum: Scripting & Programming (https://post4vps.com/Forum-Scripting-Programming)
+--- Thread: How to install asapach peerflix server? (/Thread-How-to-install-asapach-peerflix-server)



How to install asapach peerflix server? - Amresh - 08-07-2018

Hey anybody here who knows how to install peerflix server?
Link to git :  https://github.com/asapach/peerflix-server
Plz anyone tell me...


RE: How to install asapach peerflix server? - tiwil - 08-07-2018

Never try yet.
But, their readme.md put how to use guide.
And seems it only works with linux.

https://github.com/asapach/peerflix-server/blob/master/README.md

Use "npm install -g peerflix-server" (without quote) to install and "peerflix-server" (without quote) to run it.
And then, open your browser and open localhost:9000 or if you're using a VPS, vps-ip:9000.


RE: How to install asapach peerflix server? - Mashiro - 08-07-2018

Before you can even run the commands provided in the README you actually have to install NodeJS, mpm and etc.

Here is the official installation instruction for NodeJS via package managers of various Linux distributions: https://nodejs.org/en/download/package-manager/

As always no information provided at all about which OS is used or what exactly the problem is. And also posted in the wrong forum.


RE: How to install asapach peerflix server? - Amresh - 08-08-2018

thnx guys for your reply...
but i need more information with some screenshots plz ?


RE: How to install asapach peerflix server? - tiwil - 08-08-2018

What information you need?
It only works with linux (I guess, as it only give install instructions on linux command). Open your terminal (Ctrl + Alt + T), and type the command I gave above.

If you got any error, read the error and install required package. And re-run the command. After that you can start the server with "peerflix-server" (without quote), then you're done.


RE: How to install asapach peerflix server? - Mashiro - 08-08-2018

@Amresh

The full installation of the peerflix server is solely performed via the command line in text mode. So you actually have to type in commands. There is no GUI or similar. After you installed and started the peerflix server you can access it over http://ipofyourserver:9000/

A tutorial with pictures is not going to look any different than a tutorial that is provided at NodeJS to install NodeJS and the commands to install peerflix on the Github Readme.


Why don't you start off with telling us which OS you are using?