mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #505] Frequently Faced Problems Page - Wiki #355
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#355
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 @challapradyumna on GitHub (Dec 21, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/505
These are some of the problems I have faced while installing it from scratch on a new Linux machine.
If everyone can chip in over time this can become the single page for all problems.
Is the PHP version above 5.6?
php -v
Upgrade guide - https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-php-7-on-ubuntu-14-04
composer require pusher/pusher-php-server (Pusher Class is not available)
npm install -g yarn ( Don't install Yarn package instead of NPM)
sudo ln -s /usr/bin/nodejs /usr/bin/node ( For the legacy error in node)
npm install --unsafe-perm ( cannot start in present wd )
Checked the node version?
If it is 0.xx install latest node from below commands.
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
Not able to login?
Is mod_rewrite enabled?
sudo a2enmod mod_rewrite
Is Allow override enabled?
File Path - /etc/apache2/sites-enabled/000-default.conf
<VirtualHost *:80>
ServerName koel.local
@X-Ryl669 commented on GitHub (Jan 25, 2017):
If you're ok, I'll copy & rearrange this in my wiki page.
@challapradyumna commented on GitHub (Jan 27, 2017):
@X-Ryl669 Sure , no problem. 👍