Update readme
authorChristian Weiske <cweiske@cweiske.de>
Fri, 22 Nov 2019 20:49:01 +0000 (21:49 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 22 Nov 2019 20:49:06 +0000 (21:49 +0100)
.gitignore
README.rst

index 2e7eba2cc3ad4bb6b2695d35f7c5a19efc1c07fd..91cab78db8d7b730b3df41fa7df4f3d7de152555 100644 (file)
@@ -1,3 +1,4 @@
+/README.html
 www/api/v1/apps/
 www/api/v1/details-data/
 www/api/v1/discover-data/
 www/api/v1/apps/
 www/api/v1/details-data/
 www/api/v1/discover-data/
index 25361c889ba184f9aa3785172645a14168575c2a..91d490f4d2176fb1217c57a33b1414f8f42bd3bc 100644 (file)
@@ -19,10 +19,8 @@ OUYA config change
     OUYA_SERVER_URL=http://stouyapi.boo
     OUYA_STATUS_SERVER_URL=http://stouyapi.boo/api/v1/status
 
     OUYA_SERVER_URL=http://stouyapi.boo
     OUYA_STATUS_SERVER_URL=http://stouyapi.boo/api/v1/status
 
-Notes:
-
-- "important note, don't put trailing slash into OUYA_SERVER_URL, it will make double slashes"
-- I had to reboot to make that change in the file active
+The changes should take effect immediately.
+If they do not, reboot the OUYA once.
 
 
 OUYA setup
 
 
 OUYA setup
@@ -41,26 +39,34 @@ Virtual host configuration::
 
 ``mod_actions`` need to be enabled for apache 2.4.
 
 
 ``mod_actions`` need to be enabled for apache 2.4.
 
+The virtual host's document root needs to point to the ``www`` folder.
 
 
-===========
-Information
-===========
-By default, OUYA uses HTTPS to devs.ouya.tv.
-(status.ouya.tv is HTTP only, no SSL)
-DNS mapping does not work, except when creating an own SSL certificate
-and registering the root CA at the OUYA itself.
 
 
-IPv6 used -> custom domain needs IPv6 DNS entry
+Building API data
+=================
+Download the OUYA game data repository from
+https://github.com/ouya-saviors/ouya-game-data
+and then generate the API files with it::
 
 
-https://rabid.ouya.tv/ - was OUYA's sandbox instance
+    $ git clone https://github.com/ouya-saviors/ouya-game-data.git
+    $ ./bin/import-game-data.php ouya-game-data/folders
 
 
-DEBUG=1
-DEBUG_SPAM=1
 
 ========
 See also
 ========
 
 
 ========
 See also
 ========
 
-- https://gitlab.com/devirich/BrewyaOnOuya
-- https://archive.org/details/ouyalibrary
-- https://github.com/cweiske/ouya-game-data/
+- https://gitlab.com/devirich/BrewyaOnOuya - alternative storefront
+- https://archive.org/details/ouyalibrary - Archived OUYA games
+- https://github.com/ouya-saviors/ouya-game-data/ - OUYA game data repository
+
+
+===========
+Discoveries
+===========
+
+- data/data/tv.ouya/cache/ion/
+
+  - image cache for main menu image
+
+- Don't put a trailing slash into ``OUYA_SERVER_URL`` - it will make double slashes