Advertisement
Guest User

Untitled

a guest
Mar 27th, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. โžœ koel git:(master) php artisan koel:init
  2. Attempting to install or upgrade Koel.
  3. Remember, you can always install/upgrade manually following the guide here:
  4. ๐Ÿ“™ https://koel.phanan.net/docs
  5.  
  6. Generating app key
  7. Generating JWT secret
  8. SQLSTATE[HY000] [1045] Access denied for user 'koel'@'localhost' (using password: YES)
  9.  
  10. Koel cannot connect to the database. Let's set it up.
  11.  
  12. Your DB driver of choice [MySQL/MariaDB]:
  13. [mysql ] MySQL/MariaDB
  14. [pgsql ] PostgreSQL
  15. [sqlsrv ] SQL Server
  16. [sqlite-e2e] SQLite
  17. > mysql
  18.  
  19. DB host:
  20. > localhost
  21.  
  22. DB port (leave empty for default) []:
  23. >
  24.  
  25. DB name:
  26. > koel
  27.  
  28. DB user:
  29. > user
  30.  
  31. DB password []:
  32. > password
  33.  
  34. Migrating database
  35. Data seeded -- skipping
  36. Compiling front-end stuff
  37. yarn install v1.15.2
  38. [1/4] Resolving packages...
  39. [2/4] Fetching packages...
  40. info fsevents@1.2.4: The platform "linux" is incompatible with this module.
  41. info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
  42. [3/4] Linking dependencies...
  43. [4/4] Building fresh packages...
  44. $ yarn production
  45. yarn run v1.15.2
  46. $ cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
  47. 10% building modules 0/1 modules 1 active ...oel/resources/assets/sass/remote. 10% building modules 1/2 modules 1 active ...oel/resources/assets/js/remote/ap 94% asset optimization[copy-webpack-plugin] WARNING - unable to locate 'resources/assets/img' at '/home/kalenpw/Documents/Sandbox/koel/resources/assets/img'
  48. 95% emitting ERROR Failed to compile with 4 errors6:55:26 PM
  49.  
  50. These dependencies were not found:
  51.  
  52. * /home/kalenpw/Documents/Sandbox/koel/resources/assets/js/app.js in multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss ./resources/assets/sass/remote.scss
  53. * /home/kalenpw/Documents/Sandbox/koel/resources/assets/js/remote/app.js in multi ./resources/assets/js/remote/app.js
  54. * /home/kalenpw/Documents/Sandbox/koel/resources/assets/sass/app.scss in multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss ./resources/assets/sass/remote.scss
  55. * /home/kalenpw/Documents/Sandbox/koel/resources/assets/sass/remote.scss in multi ./resources/assets/js/app.js ./resources/assets/sass/app.scss ./resources/assets/sass/remote.scss
  56.  
  57. To install them, you can run: npm install --save /home/kalenpw/Documents/Sandbox/koel/resources/assets/js/app.js /home/kalenpw/Documents/Sandbox/koel/resources/assets/js/remote/app.js /home/kalenpw/Documents/Sandbox/koel/resources/assets/sass/app.scss /home/kalenpw/Documents/Sandbox/koel/resources/assets/sass/remote.scss
  58. Asset Size Chunks Chunk Names
  59. /js/remote/app.d41d8cd98f00b204e980.js 615 bytes 0 [emitted] /js/remote/app
  60. /js/app.d41d8cd98f00b204e980.js 854 bytes 1 [emitted] /js/app
  61. mix-manifest.json 118 bytes [emitted]
  62. fonts/fontawesome-webfont.woff2 77.2 kB [emitted]
  63. fonts/fontawesome-webfont.woff 98 kB [emitted]
  64. fonts/FontAwesome.otf 135 kB [emitted]
  65. fonts/fontawesome-webfont.eot 166 kB [emitted]
  66. fonts/fontawesome-webfont.ttf 166 kB [emitted]
  67. fonts/fontawesome-webfont.svg 444 kB [emitted] [big]
  68. error Command failed with exit code 2.
  69. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  70. error Command failed with exit code 2.
  71. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  72.  
  73. ๐ŸŽ† Success! Koel can now be run from localhost with `php artisan serve`.
  74. You can also scan for media with `php artisan koel:sync`.
  75. Again, for more configuration guidance, refer to
  76. ๐Ÿ“™ https://koel.phanan.net/docs
  77. or open the .env file in the root installation folder.
  78. Thanks for using Koel. You rock!
  79. โžœ koel git:(master) php artisan serve
  80. Laravel development server started: <http://127.0.0.1:8000>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement