Part 2
1) Pulling the source code
a) Crate directory where source code files will be pulled, (let's say C:\InfiniteRasa)
b) In that directory (InfiniteRasa) create 2 more, AuthServer and GameServer
c) Right click AuthServer directory and click GitExt Clone....
d) Fill in data as folows:
Code: Select all
Repository to clone: https://github.com/InfiniteRasa/Authentication-Server
Destination: C:\InfiniteRasa\AuthServer\
Subdirectory to create: (leave empty)
Branch: master
Personal Repository: Yes (checked)
And click Clone
Code: Select all
Repository to clone: https://github.com/InfiniteRasa/Game-Server
Destination: C:\InfiniteRasa\GameServer\
Subdirectory to create: (leave empty)
Branch: experimental
Personal Repository: Yes (checked)
And click Clone
a) Start HeidiSQL, login into your server with username: infinite password: rasa
b) Right click on "Infinite Rasa" (or it's maybe Unnamed, if you didn't rename it in previos step) and create 2 database ir_auth and ir_game c) Now mark (left click) ir_auth database, go to File=>Load SQL file..., navigate to C://Infinite Rasa/AuthServer/sql/auth.sql and open file. Hit F9 to exicute script
d) Now mark (left click) ir_game database, go to File=>Load SQL file..., navigate to C://Infinite Rasa/GameServer/sql/gameserver_dev_Full.sql and open file. Hit F9 to exicute script. It will produce 23 warnigs, but dont wory about it.
Now your database is set, let's move to next topic
3. Compile and Run Auth Server >>>