mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #1649] The "--noassets" option does not exist when installing #902
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#902
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 @FragileDeviations on GitHub (Jan 8, 2023).
Original GitHub issue: https://github.com/koel/koel/issues/1649
Describe the bug
When trying to install Koel, after running
php artisan koel:init --noassets, it says "The --noassets option does not exist."I have all the dependencies needed, and all php modules needed.
To reproduce
Steps to reproduce the behavior:
php artisan koel:init --noassetsExpected behavior
It should install.
Screenshots

Environment
@FragileDeviations commented on GitHub (Jan 8, 2023):
I've just realized I forgot the - between no and assets.
Now, however, it won't actually run on the webserver and just runs on the localhost.
I've set the .env file to be production and set the url to be the domain url, but it's still running on localhost.
@phanan commented on GitHub (Feb 25, 2023):
What do you mean by "it just runs on localhost"? What just runs on localhost?
@FragileDeviations commented on GitHub (Feb 25, 2023):
Can't check now since I got Ampache working and I don't want to tear down my Ampache install.