artistplayer / core
Artistplayer Core API
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.1.3
- ext-json: *
- artistplayer/app: dev-master
- barryvdh/laravel-cors: ^0.11.4
- barryvdh/laravel-ide-helper: ^2.6
- cboden/ratchet: ^0.4.1
- fideloper/proxy: ^4.0
- james-heinrich/getid3: ^1.9
- jenssegers/model: ^1.2
- laravel/framework: 5.8.*
- laravel/tinker: ^1.0
- ratchet/pawl: ^0.3.4
- textalk/websocket: ^1.2
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.2
- beyondcode/laravel-dump-server: ^1.0
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2024-10-27 00:43:48 UTC
README
- Write the latest Lite version of Raspberry onto the SD card (https://www.raspberrypi.org/documentation/installation/installing-images/README.md).
- Add a empty file with the name 'ssh' on the SD card.
- Connect the Raspberry on the router with an ethernet cable.
- Boot the device, and login over SSH with user: pi, pass: raspberry
- Execute the following command:
curl -H 'Cache-Control: no-cache' -sL https://github.com/artistplayer/core/raw/master/setup/install.sh | sh