X-Git-Url: https://git.cweiske.de/gamestick-pjgsapi.git/blobdiff_plain/f03712e91d798d08c6909a06e51f61500af5960c..eb3a4299ab75845901340229ed2b17a5f1b48a08:/README.rst diff --git a/README.rst b/README.rst index 8b5ae01..12d13d6 100644 --- a/README.rst +++ b/README.rst @@ -14,15 +14,13 @@ Setup $ git clone https://codeberg.org/gamestick-fans/game-data.git 3. Unpack one of the cache files:: - $ cd game-data - $ gunzip -k caches/2017-01-12T00\:19\:12-alex.shorts.pretty.json.gz -4. Generate the popular and featured menus from the cache file:: + $ gunzip -k game-data/caches/2017-01-12T00\:19\:12-alex.shorts.pretty.json.gz +4. Generate the popular and featured menus from the cache file, + and extract the translation strings:: - $ ./bin/list-popular.php 'caches/2017-01-12T00:19:12-alex.shorts.pretty.json' > ../cache/popular.txt - $ ./bin/list-featured.php 'caches/2017-01-12T00:19:12-alex.shorts.pretty.json' > ../cache/featured.json + $ ./bin/exract-all.sh 'game-data/caches/2017-01-12T00:19:12-alex.shorts.pretty.json' 5. Fill the caches for this API:: - $ cd .. $ ./bin/generate-apps-cache.php game-data/classic/ 6. Setup the Apache web server and point the virtual host to the ``www/`` directory.