1 Star 4 Fork 25

Vos3000/vos

forked from zhq1/vos 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vos3000_2.1.2.0_install_x32.sh 956 Bytes
一键复制 编辑 原始数据 按行查看 历史
21ki 提交于 2018-03-19 10:25 . update gmail
#!/bin/bash
#centos5.11_32λװű
#Email:21kixc@gmail.com
rpm -ivh perl-DBI-1.40-5.i386.rpm
rpm -ivh MySQL-client-community-5.0.51a-0.rhel5.i386.rpm
rpm -ivh MySQL-server-community-5.0.51a-0.rhel5.i386.rpm
tee /etc/my.cnf <<-'EOF'
[client]
port=3306
default-character-set=utf8
[mysqld]
default-character-set=utf8
max_connections=160
interactive_timeout=310000
wait_timeout=31000
query_cache_size=48M
table_cache=320
tmp_table_size=52M
thread_cache_size=8
sort_buffer_size=256K
innodb_thread_concurrency=8
myisam-recover=FORCE
max_allowed_packet=32M
innodb_file_per_table=1
EOF
rpm -ivh jdk-1_5_0_08-linux-i586.rpm
rpm -ivh emp-2.1.2-0.noarch.rpm
rpm -ivh mbx3000-2.1.2-0.i586.rpm
rpm -ivh ivr-2.1.2-0.i586.rpm
tar zxvf apache-tomcat-5.5.15.tar.gz -C /usr/
sync
rpm -ivh vos3000-2.1.2-0.i586.rpm
chmod 777 vos3000*
./vos30002120.bin >> /root/licenseinfo.log
ifconfig | grep ether | awk '{print $2}'| sed 's/:/-/g' >> /root/licenseinfo.log
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/vos3000/vos.git
git@gitee.com:vos3000/vos.git
vos3000
vos
vos
master

搜索帮助