Changes

From Amahi Wiki
Jump to: navigation, search
11 bytes removed ,  03:33, 23 June 2020
To manually install 400 FREE games, recommend you open a console window or SSH into your server.
* As user '''root''', navigate to the ''/tmp'' directory. We will use this folder as the files will automatically be removed by the system over time.
{{Code| cd /tmp}}
* Download the Games - 490MB
{{Code| wget -q <nowiki>http://www.agaresmedia.com/downloads/Arcadem400DefaultGames.zip}}</nowiki>
* Download the Thumbnails - 23MB
{{Code| wget <nowiki>http://www.agaresmedia.com/download/thumbnails.zip}}</nowiki>
* Download the Database SQL - 96KB
{{Code| wget <nowiki>http://www.agaresmedia.com/download/ArcademPro2.7.Default500Games_2.7_FORMAT.sql}}</nowiki>
* Unzip '''Arcadem400DefaultGames.zip'''. Move all the files in the ''400'' folder to ''/var/hda/web-apps/arcadem/html/arcade''.
{{Code| unzip Arcadem400DefaultGames.zip mv 400/* /var/hda/web-apps/arcadem/html/arcade}}
* Unzip '''thumbnails.zip'''. Move all the files in the ''arcade/img'' folder to ''/var/hda/web-apps/arcadem/html/arcade/img''.
{{Code| unzip thumbnails.zip mv arcade/img/* /var/hda/web-apps/arcadem/html/arcade/img}}
* Ensure all the files in the ''arcade'' folder have the correct ownership permissions.
{{Code| chown -R apache:users /var/hda/web-apps/arcadem/html/arcade}}
* Load ''ArcademPro2.7.Default500Games_2.7_FORMAT.sql'' into the database
{{Code| mysql -uarcadem -parcadem arcadem < ArcademPro2.7.Default500Games_2.7_FORMAT.sql}}
* Navigate to http://arcadem/admin and login using the admin credentials.
* Choose '''Cache''' followed by '''Clear Cache'''
12,424

edits