Jump to content

Create ikariam v0.1.0 Gameserver On macOS Guide


Meowthra
 Share

1 post in this topic

Recommended Posts

ikariam Server Depends: MySql 5.0、Apache2 2.2 、PHP 5.2

 

# Build MySql 5.0 on macOS 2018
https://raw.githubusercontent.com/kalifans/Darwin/build/Build-MySql-Darwin.txt

 

# Build Apache2 2.2 on macOS 2018
https://raw.githubusercontent.com/kalifans/Darwin/build/Build-Apache-Darwin.txt

 

# Build PHP 5.2 on macOS 2018
https://raw.githubusercontent.com/kalifans/Darwin/build/Build-PHP-Darwin.txt

 

# download ikariam game server

https://mega.nz/#!LMVRFKIY!FhvdX5G6OJ7wu1V9IOEIODGNAhrDGF_ZscX1WF74ANU
http://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


 

osx1014-amp.png

ika-osx1014.png

ika-osx1095.png

 

game-inst.png

Edited by Meowthra
Link to comment
Share on other sites

 Share

×
×
  • Create New...