Changes

From Amahi Wiki
Jump to: navigation, search
62 bytes added ,  01:02, 26 January 2011
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 http://www.agaresmedia.com/downloads/Arcadem400DefaultGames.zip}}
* Download the Thumbnails - 23MB
{{Code|wget http://www.agaresmedia.com/download/thumbnails.zip}}
* Download the Database SQL - 96KB
{{Code|wget http://www.agaresmedia.com/download/ArcademPro2.7.Default500Games_2.7_FORMAT.sql}}
* 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