Meowthra Posted December 9, 2018 Share Posted December 9, 2018 (edited) ikariam Server Depends: MySql 5.0、Apache2 2.2 、PHP 5.2 # Build MySql 5.0 on Debian 2018https://raw.githubusercontent.com/Mint-Fans/linux-package/build/Build-MySql-Linux.txt # Build Apache2 2.2 on Debian 2018https://raw.githubusercontent.com/Mint-Fans/linux-package/build/Build-Apache-Linux.txt # Build PHP 5.2 on Debian 2018https://raw.githubusercontent.com/Mint-Fans/linux-package/build/Build-PHP-Linux.txt # download ikariam game serverhttps://mega.nz/#!LMVRFKIY!FhvdX5G6OJ7wu1V9IOEIODGNAhrDGF_ZscX1WF74ANUhttp://www.mediafire.com/file/bux5jv0s5j257lz/ikariam-v0.1.0-2015.tar.gz # install game server tar zxvf ikariam-v0.1.0-2015.tar.gz -C /var/www/html chmod -R 777 /var/www/html/application chmod -R 777 /var/www/html/install # enadle service sudo /etc/init.d/mysql start sudo /etc/init.d/apache2 start # create ikariam database DBNAME=ikariam sudo /usr/local/mysql/5.0/bin/mysql -u root -p -e "create database $DBNAME;" # initialization game server xdg-open http://localhost/install # start ikariam xdg-open http://localhost Edited December 12, 2018 by Meowthra Link to comment Share on other sites More sharing options...
Recommended Posts