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 macOS 2018https://raw.githubusercontent.com/kalifans/Darwin/build/Build-MySql-Darwin.txt # Build Apache2 2.2 on macOS 2018https://raw.githubusercontent.com/kalifans/Darwin/build/Build-Apache-Darwin.txt # Build PHP 5.2 on macOS 2018https://raw.githubusercontent.com/kalifans/Darwin/build/Build-PHP-Darwin.txt # download ikariam game server https://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 mysql start sudo apache22 start # create ikariam database DBNAME=ikariam sudo /usr/local/mysql/5.0/bin/mysql -u root -p -e "create database $DBNAME;" # initialization game server open http://localhost/install # Start ikariam open http://localhost Edited December 12, 2018 by Meowthra Link to comment Share on other sites More sharing options...
Recommended Posts