2019-06-13
尝试在同一服务器上部署全部服务,CentOS 7平台(本人使用的是CentOS-7-x86_64-Everything-1503-01)。具体分为如下步骤:
1.安装全新的CentOS 7 64位.
2.将auto_setup_change.zip解压至/home/auto_setup。
3.yuminstall gcc-c++
4. 部署
假定服务器IP为192.168.30.128
cd /home/auto_setup
chmod a+x *.sh
./pre-a.sh 192.168.30.128
./setup-a.sh install
注:在配置MariaDB数据库时,需要交互:
Enter current password for root(enter for none): 直接回车
Set root password? [Y/n] 输入:y,回车
New password: 输入:12345
Re-enter new password: 输入:12345
其它则根据自己情况选择。
5.关闭firewall
systemctl stopfirewalld.service #停止firewall
systemctl disablefirewalld.service #禁止firewall开机启动
6.添加用户
http:// 192.168.30.128
用户名:admin密码:admin
7. win-clinet试
修改服务器地址:
8. 若重启服务器,则需要运行启动脚本
cd /home/auto_setup
./run.sh
请注意是否启动网络:
正常工作,如下几个线程都必须正常启动:
db_proxy_server容易自动关闭,此时,只需再次运行:./run.sh即可。
9. 若修改服务器IP
假设旧IP为:192.168.20.32
新IP为:192.168.30.128
cd /home/auto_setup
./reset_ip.sh 192.168.20.32 192.168.30.128
./run.sh