mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #131] proper tutorial #321
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 @ramyakmehra on GitHub (Feb 5, 2018).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/131
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
@TheNightmanCodeth commented on GitHub (Mar 27, 2018):
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.
@pataquets commented on GitHub (Mar 28, 2020):
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.