1. Environment Construction

Nodejs

Install under Windows

Portal

Install under Linux

node -v #Check whether to install 
mkdir /usr/local/nodejs #Xinjiang   nodejs folder wget https://nodejs.org/dist/v10.15.0/node-v10.15.0-linux-x64.tar.xz 
#Download    , the address is copied on the official website 
tar xf node-v10.15.0-linux-x64.tar.xz #Unzip    mv node 
-v10.15.0-linux-x64 nodejs10 #Rename ln -s 
/usr/local/nodejs/nodejs10/bin/ node /usr/bin/node #Establish a soft connection 
node -v #Check whether the installation is successful

Appium

Install under Windows

Download the compressed package for the corresponding operating system from the Appium official website: Portal

The installation is relatively simple, the next step is the next step.

Install under Linux

Download the Linux installation package from the official website, pass it on the Linux system, run it with the permission of the execution file as the program execution file, and then double-click to start it.

 

 

Reprinted in: https://www.cnblogs.com/Dream-huang/p/11522205.html

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324777952&siteId=291194637