peerflix-server icon indicating copy to clipboard operation
peerflix-server copied to clipboard

proper tutorial

Open ramyakmehra opened this issue 6 years ago • 2 comments

is there anybody guide me thorugh the process of deploying it to google cloud or something like that as heroku has banned peer to peer apps? video or written tutorial anything would be heplful

ramyakmehra avatar Feb 05 '18 16:02 ramyakmehra

It works the same as on a local machine. just install node & npm to the server, npm install peerflix-server, start peerflix-server and go to the servers url at port 9000. You could also create a systemd file and enable it to start on boot. Not sure why you would want to do this though I'm sure google cloud and most VPSs don't appreciate torrent traffic on their network.

TheNightmanCodeth avatar Mar 27 '18 17:03 TheNightmanCodeth

I would suggest to avoid installing by hand completely and use the public Docker image, since it looks easier, IMO (not tested myself, though). To deploy it in GCP, this might come handy: https://medium.com/@cgrant/simple-container-deploys-on-google-cloud-platform-39cc46333508

EDIT: Keep in mind @TheNightmanCodeth advice about traffic. Although I think GCP will not complain about p2p traffic, they will bill you for outbound traffic. Make sure to check pricing.

pataquets avatar Mar 28 '20 19:03 pataquets