Add to readme about deployment

This commit is contained in:
Nick Bisby 2019-03-05 10:29:45 -06:00
parent 00bcb21ca1
commit 4c4adb39ca
No known key found for this signature in database
GPG Key ID: F6E0C4E6D0B5EB36

View File

@ -13,6 +13,21 @@ sh make_images.sh
This will regenerate the poster and splash images from the jellyfin-ux repo.
### Easy Dev Deployment
There are 2 included scripts, `dev_upload.sh` and `dev_clear.sh`, that are
intended to be quick easy ways to zip up this repo and put it onto your Roku
for you, and clear your Roku of any dev deployment respectively.
You need to enable developer mode on your Roku:
http://sdkdocs.roku.com/display/sdkdoc/Developer+Guide
And then
```
export ROKU_DEV_TARGET=<your roku IP>
export ROKU_DEV_PASSWORD=<your roku password>
```
### ToDo - Scenes for Movie Viewing Only