huudaik
15-06-16, 10:01 AM
Put the source code in $HOME/src
CODE_DIR=$HOME/src
1.The installation of the server to configure the basic environment
cd $CODE_DIR/script_tools/utility_shell
sh install_new_server.sh
sh install_mono.sh
2.The compile of the server
cd $HOME
cp $CODE_DIR/script_tools/.bash_profile .
source .bash_profile
cd $CODE_DIR/
mkdbg dirs 1>/dev/null
mkdbg dep 1>/dev/null
mkdbg all 1>/dev/null
mkdbg install 1>/dev/null
3.The configure file of the server
cd $CODE_DIR/ini
sh bcp-cfg.sh
cd $HOME/bin
vi cmncfg.txt
The outer IP setting
#define ONEOUTERIP 192.168.1.10
The global database name setting
#define IMS_DB4WEB_DB web_ims
The group database name setting
#define DB4WEB_DB web_$(SVRGRPID)
4.Deploy php scripts
cd /var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
mkdir PROJECT_NAME
cp $CODE_DIR/php/* /var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> -r
5.Initial the databases
cp src/script_tools/sh.cfg $HOME
vi $HOME/sh.cfg
group_id is the same with cmncfg.txt SVRGRPID
group_db is the same with cmncfg.txt DB4WEB_DB
ims_db is the same with cmncfg.txt IMS_DB4WEB_DB
IAPPath="/var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>"
cd $CODE_DIR/script_tools/utility_shell
sh clear_database.sh
6.The downloading of the client configure file
cd $HOME/bin/XExcelDeploy
vi excel_deploy_cfg.txt
The http download directory for the client
szWebUpdateDir = /var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
ln -s $CODE_DIR/ini/excel_tables $HOME/mb
vi $HOME/mb/server_list.txt
Configure the IP to be the server outer IP
vi $HOME/mb/index_list.txt
Modify the etc/terrain_info column 6 from 3 to 1
cd $HOME/bin/XExcelDeploy
./XExcelDeploy_d
vi $HOME/mb/index_list.txt
Modify the etc/terrain_info column 6 from 1 to 3
7.Client configure file update setting
vi /var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>ÖÐ
$ref_array[1] = '<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>';
This is the app update address
vi /var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>ÖÐ
$g_updatesite['1.0_1']='<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>';
This is the client configure file download path
8.IAP configure
vi /var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Product signature
$g_bid_array[1] = 'com.yueyue.ages';
IAP signature
$g_prefix_array[1] = 'com.ages.diamonds.';
9.Server running
cd $HOME/bin
sh run.sh
10.Server stopping
cd $HOME/bin
sh stop.sh
file nó viết bằng c++ giờ nên cài nó vào centos, window hay gì ạ? với lại ai có thể phân tích từng bước cho mình đc k? E cảm ơn rất nhiều
CODE_DIR=$HOME/src
1.The installation of the server to configure the basic environment
cd $CODE_DIR/script_tools/utility_shell
sh install_new_server.sh
sh install_mono.sh
2.The compile of the server
cd $HOME
cp $CODE_DIR/script_tools/.bash_profile .
source .bash_profile
cd $CODE_DIR/
mkdbg dirs 1>/dev/null
mkdbg dep 1>/dev/null
mkdbg all 1>/dev/null
mkdbg install 1>/dev/null
3.The configure file of the server
cd $CODE_DIR/ini
sh bcp-cfg.sh
cd $HOME/bin
vi cmncfg.txt
The outer IP setting
#define ONEOUTERIP 192.168.1.10
The global database name setting
#define IMS_DB4WEB_DB web_ims
The group database name setting
#define DB4WEB_DB web_$(SVRGRPID)
4.Deploy php scripts
cd /var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
mkdir PROJECT_NAME
cp $CODE_DIR/php/* /var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> -r
5.Initial the databases
cp src/script_tools/sh.cfg $HOME
vi $HOME/sh.cfg
group_id is the same with cmncfg.txt SVRGRPID
group_db is the same with cmncfg.txt DB4WEB_DB
ims_db is the same with cmncfg.txt IMS_DB4WEB_DB
IAPPath="/var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>"
cd $CODE_DIR/script_tools/utility_shell
sh clear_database.sh
6.The downloading of the client configure file
cd $HOME/bin/XExcelDeploy
vi excel_deploy_cfg.txt
The http download directory for the client
szWebUpdateDir = /var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
ln -s $CODE_DIR/ini/excel_tables $HOME/mb
vi $HOME/mb/server_list.txt
Configure the IP to be the server outer IP
vi $HOME/mb/index_list.txt
Modify the etc/terrain_info column 6 from 3 to 1
cd $HOME/bin/XExcelDeploy
./XExcelDeploy_d
vi $HOME/mb/index_list.txt
Modify the etc/terrain_info column 6 from 1 to 3
7.Client configure file update setting
vi /var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>ÖÐ
$ref_array[1] = '<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>';
This is the app update address
vi /var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>ÖÐ
$g_updatesite['1.0_1']='<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>';
This is the client configure file download path
8.IAP configure
vi /var/<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Product signature
$g_bid_array[1] = 'com.yueyue.ages';
IAP signature
$g_prefix_array[1] = 'com.ages.diamonds.';
9.Server running
cd $HOME/bin
sh run.sh
10.Server stopping
cd $HOME/bin
sh stop.sh
file nó viết bằng c++ giờ nên cài nó vào centos, window hay gì ạ? với lại ai có thể phân tích từng bước cho mình đc k? E cảm ơn rất nhiều