Wedora Platform Offline Installation Steps

1 Preparation

Before the installation, you need to check the following:

  1. Install the CentOS-6.5 64 bit in your server machine.(We suggests use CentOS-6.5-x86_64bin-DVD1.iso ).
  2. The CentOS system shall be without Java and Mysql database, etc, which will be installed by the package.

The following is the instruction operation process, and the contents after "#" are the explanatory notes which will not be executed in the CentOS shell.

#Enter the command shell of the CentOS with root authority

lsb_release -a #view the version

getconf LONG_BIT #view the bit if 32 or 64

#Check if CentOS have installed Java and MySql

rpm -qa |grep java #java -version

rpm -qa | grep -i mysql

whereis mysql

#If it shows that the java or mysql is installed, you should uninstall them.

#As the picture show above, I need to uninstall the mysql, as show in the block below。


service mysql status

rpm -qa | grep -i mysql

rpm -ev mysql-libs-5.1.73-7.el6.x86_64

# If error tells "dependencies..", turn to use: < rpm -e mysql-libs-5.1.73-7.el6.x86_64 --nodeps >

rpm -qa | grep -i mysql

find / -name mysql

2 Package Installation Steps

#1.Upload the IOS file to the server (as shown in the diagram: /home directory).

cd /home

#2. Create directory (create a directory for hanging contacts)

mkdir -p /home/cdrom

#3. Mount the ISO file.

mount -o loop wedora_V4.1.1.iso /home/cdrom/

#4.Into the /home/cdrom/, the implementation of the setup.sh script, according to the prompts to select the language and installation.

#Choose 1, 0 represents: Chinese version, offline installation

#Choose 2, 0 represents: English version, offline installation

cd /home/cdrom

./setup.sh

#5. Execute script-->>Finish.

#6. Restart > verification - check if installation is successful.

reboot

#After reboot, open the browser with URL: http://("Server IP"):8080/wedora/login.hd

3 FAQ

Couldn‘t open the platform webpage

Description: could not open the platform webpage after Wedora service started.

1. Make sure the platform address is correct, the address maybe as follows:

http://*Server IP*:8080/wedora (default address)

2. Maybe the server firewall blocks network ports. Check ports filtering of the firewall:

#netstat -anp|grep 8080

#netstat -anp|grep 27017

#netstat -anp|grep 3306

#netstat -anp|grep 3306

Check the firewall rules:

#service iptables status

Close:

#service iptables stop

Could not register device to the platform

Description: I have configured the device connect to the platform server, but I could not register device to the platform, i.e. the device doesn‘t show in the platform webpage.

The likely reason is that the Wedora IP couldn‘t be visit by the router. Enter the root of the server, and then enter the commands below:

#cd /usr/local/wedora/wmmp1/

#vi apps.xml

Then change the UDP address to the server host IP if it‘s incorrect. For example, the host IP is 172.16.22.38, as the figure shows below.

**Save and quit: (Shift)W,Q->Enter

Then restart wmmp service (See 3.1 Service Restart Method).

时间: 2024-08-07 04:34:16

Wedora Platform Offline Installation Steps的相关文章

Install certificates needed for Visual Studio offline installation

Visual Studio is primarily designed for installation from an internet-connected machine, since many components are updated regularly. However, with some extra steps, it's possible to deploy Visual Studio in an environment where a working internet con

BMW Carsoft 6.5 Software installation steps

1) You need to copy all BMW Carsoft 6.5 file folder on the software driver CD to your hard disk, so you can make sure the installation will be more stable. 2) Run the installation: Open the folder and double click on the “SETUP CAR SOFT.exe”. 3) When

[Linux]-LNMP Installation steps

------构建Nginx网站平台-----一.安装Nginx 1.配置IP地址 (略) 2.编译安装Nginx [[email protected] ~]# yum -y install pcre-devel zlib-devel[[email protected] ~]# useradd -M -s /sbin/nologin  nginx[[email protected] ~]# tar -zxvf nginx-1.6.0.tar.gz -C /usr/src/[[email prote

P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1

P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1       May 2016 Contents About This Guide...................................................................................... 11 Shared Topics in This Guide .

10 steps to get Ruby on Rails running on Windows with IIS FastCGI

Since the original tech preview release of FastCGI last year, we've been seeing a lot of requests for getting Ruby on Rails running with our FastCGI.  Theoretically, since the FastCGI component uses a standard protocol to support FastCGI-enabled appl

How to Install WordPress – Complete WordPress Installation Tutorial

WordPress is known as the most popular blogging platform and content management system. New users are often surprised when we tell them that WordPress is also well known for its ease of installation. All best WordPress web hosting companies allow you

MSBuild Tools offline

如何制作自己的离线包 https://stackoverflow.com/questions/46684230/visualstudio-build-tools-2017-offline-installer https://developercommunity.visualstudio.com/content/problem/39981/can-not-install-offline-unable-to-download-install-1.html#reply-54883 https://de

Hercules Emulator installation and configuration

Release date: 23 July, 2014 Contents 1. Hercules Emulator Overview 2. Hardware and Software Prerequisites 2.1 Hareware Prerequisites 2.2 Software Prerequisites 2.3 Required programs 3. Installing Hercules Emulator 3.1 Downloading the Binaries 3.2 Ins

Devstack single node Installation on VM

Last three days, I want to install devstack on my virtual machine on Vmware Workstation.The VM'system is Ubuntu14.04. However,i met too many problem to install it successfully.When i cannot see the hope, i had to borrow a America VM from my classmate