[GH-ISSUE #131] proper tutorial #108

Open
opened 2026-02-25 20:32:26 +03:00 by kerem · 2 comments
Owner

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

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
Author
Owner

@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.

<!-- gh-comment-id:376616243 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:605508869 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/peerflix-server#108
No description provided.