当前位置:网站首页>Vos3000 8.05 installation and source code
Vos3000 8.05 installation and source code
2022-04-22 03:21:00 【AI_ wx_ three billion three hundred and seven million six hundr】
One 、 System requirements environment :
1. System :linux 64 Bit system
2. Kernel requirements : kernel 2.6 above
3. Memory :2G Above memory
4. System requirements :centos7.X perhaps redhat5.X ( Used by the author centos7.5_64, Blogger weixin@yuyinjiqiren It is best to centos7.5)
5.java Environmental Science :java version "1.5.0_08"
6.web Environmental Science :apache-tomcat-5.5.15
7. database :mysql
Two 、 Install the required software :
1.apache-tomcat-5.5.15.tar.gz
2.jdk-1_5_0_08-linux-i586.rpm
3.vos3000-2.1.8-05.i586.rpm
4.emp-2.1.8-05.noarch.rpm
5.mbx3000-2.1.8-05.i586.rpm
6.ivr-2.1.8-05.i586.rpm
3、 ... and 、 install :
1. System basic environment configuration :
close selinux;
vi /etc/sysconfig/selinux
Set up :SELINUX=disabled
preservation , sign out , Need to restart to take effect .
Firewall OFF ;
service iptables stop
chkconfig iptables off
Check the startup list , Close useless programs ;
chkconfig sendmail off
chkconfig ip6tables off
Install Chinese support :
yum groupinstall chinese-support -y
2. mount this database :
yum install mysql mysql-server -y
Set boot up , And start the :
chkconfig mysqld on
service mysqld start
Set up mysql Safe startup script :
mysql_secure_installation
enter :
Set root password? [Y/n] choice :n enter ( Installation does not modify root password )
Remove anonymous users? [Y/n] choice :n enter ( Delete anonymous users )
Disallow root login remotely? [Y/n] choice :n enter ( prohibit root Remote login )
Remove test database and access to it? [Y/n]
choice :y enter ( Delete test Test database )
Reload privilege tables now? [Y/n]
choice :y enter ( Now reload the database )
Set up database support utf8:
3. install apache
tar -zxvff apache-tomcat-5.5.15.tar.gz -C /usr/
( Just unzip and install here , There is no need to start the operation )
4. install java Environmental Science :
rpm -ivh jdk-1_5_0_08-linux-i586.rpm
Configure environment variables :
vi /etc/profile
Add something
export JAVA_HOME=/usr/java/jdk1.5.0_08
export CLASSPATH=.:$JAVA_HOME/lib:$JAVA_HOME/jre/lib
export PATH=$PATH:$JAVA_HOME/bin
Application environment variables :
source /etc/profile
5. install vos3000:
rpm -ivh vos3000-2.1.8-05.i586.rpm
6. install emp:
rpm -ivh emp-2.1.8-05.noarch.rpm
7. install vos Soft switch :
rpm -ivh mbx3000-2.1.8-05.i586.rpm
8. install ivr:
rpm -ivh ivr-2.1.8-05.i586.rpm
9. establish license:
stay /usr/kunshi/ Create below license Folder ;
Create a... Under the folder license.dat file
Will register the generated license data: Copy all the data below to license.dat In the document .
license data The generation method is in the downloaded package .
System restart takes effect :shutdown -r now
10. Client installation VOS3000 V2.1.8.05:
VOS3000-client-v2.1.8.05.exe Double click to install
Client connection : Default user name / password :admin/admin
11. Start service command :
/etc/init.d/vos3000dall restart
/etc/init.d/mbx3000d restart
/etc/init.d/ivrd restart
版权声明
本文为[AI_ wx_ three billion three hundred and seven million six hundr]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220318041605.html
边栏推荐
- Career development and employment guidance for college students MOOC Fuzhou University test questions and answers
- 隊列使用問題總結 queue:work和queue:listen的區別
- Full summary of 18 tax categories of tax law with memory tips
- leetcode:297. Serialization and deserialization of binary tree
- 关于TP5出现的一些错误
- L'utilisation de la file d'attente résume les différences entre la file d'attente: travail et la file d'attente: Listen
- 【云计算】3台虚拟机完成Spark Yarn集群部署并编写Scala应用程序实现单词计数统计
- php. Ini configuration
- js力扣每日一题(2022/4/21)---824.山羊拉丁文
- C language curriculum design -- examination room ranking system based on linked list
猜你喜欢
Analysis of five data structures of redis

Ink back words -- extract all its offline words through the installation package

jupyter代码无法运行
![[cloud computing] three virtual machines complete spark yard cluster deployment and write Scala applications to realize word count statistics](/img/97/3bd0c04dd00d56dc35a8742a7aa0ef.png)
[cloud computing] three virtual machines complete spark yard cluster deployment and write Scala applications to realize word count statistics

Ros2 learning notes (6) -- customized messages and services, control instruction optimization and online map change

The first day of C language daily question

leetcode:297. Serialization and deserialization of binary tree

H5 performance analysis is coming~

Let others connect to their own MySQL database and share the MySQL database

Driverless virtual simulation (13) -- traffic sign recognition in image processing 1
随机推荐
H5 performance analysis is coming~
An article takes you to play with C language variables and data types
Laravel 超好用代码提示工具 Laravel IDE Helper
Technology sharing | selenium ide use case recording
Can Chrome browser + postman do interface testing like this?
Multithreaded deadlock use case
[experience] TF1 X migrate to TF2 X tutorial
Allegro Gerber file path setting
How to stimulate open thinking through communication
队列使用问题总结 queue:work和queue:listen的区别
Collection thread safety
TP5在制作二维码
Restoring MySQL database based on data folder
Using pytest to play with data-driven testing framework
L'utilisation de la file d'attente résume les différences entre la file d'attente: travail et la file d'attente: Listen
ForkJoin
Bad config encountered during initialization:/ No such notebook dir:
Sword finger offer special breakthrough version 91. Painting the house
C language daily question - xiaolele alarm clock (niuke.com)
TestNG learning notes