mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #614] Koel on a multi-server environment #438
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#438
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 @ShenZhouHong on GitHub (Jun 18, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/614
How would koel be installed on a multi-server environment? As it requires node, typically node applications are installed with the following setup:
However, koel requires php as well - which makes the matter more confusing. I've never used laravel before, but it looks like it requires a webserver to work.
How would one install koel on a multi-server setup? Do you install it on the "backend" side, behind the virtual network and proxy things using nginx? How do you do that?
Some pseudocode would be much appreciated, as I'm trying to set it up this way. If I can solve this issue, I would graciously make a pull request to the documentation, and document the procedures for a multi-server setup. Thank you!
@phanan commented on GitHub (Jun 18, 2017):
Yep. It's actually what my setup looks like. After installing PHP, basically you have two choices:
Both should be fairly straightforward, and you'll find a lot of tutorials online tailored for Laravel itself. Good luck!