mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #724] Fresh Install Error #514
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#514
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 @ghost on GitHub (Mar 5, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/724
i had following error on
php artisan koel:initcommand.i guess webpack was failling
So, Found solution, just created following files
-resources
| --assets
| |---img
| |---js
| | | ---remote
| | | | app.js
| | | app.js
| |
| |---sass
| | app.css
| remote.scss
@ghost commented on GitHub (Mar 5, 2018):
Looks like assets folder is git repo dependency, by default git does not install subdirectory git repos, so you must install it manually.
doc must be updated!
@phanan commented on GitHub (Mar 5, 2018):
Nope. You're installing from
master, which hasn't been documented. Expect bugs, too.@ghost commented on GitHub (Mar 6, 2018):
whats the point of this doc?
P.S this project also needs .htaccess
@phanan commented on GitHub (Mar 7, 2018):
Are you new to software versioning, or just a troll? The doc is for stable releases, not the bleeding edge
masterbranch. And the project has .htaccess of course https://github.com/phanan/koel/blob/master/.htaccess.