Most of the people wants to know how to start the appium server backend trough terminal,today I want to share with you...

First we need to install HomeBrew in your machine and than node and appium.

Follow the steps to install appium

Step 1:
Open terminal and type sudo chown -R `whoami` /usr/local and click enter

Step 2:
Next type ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" and click enter

Step 3:
After running the above ruby URL, follow the instructions like clicking press enter to continue.

Step 4:
Next type brew install node and click enter

Step 5:
  • Homebrew downloads some files and installs them and that its.
  • To see node is installed successfully, please type node -v and click enter than user can see the version of the node.
Step 6:
  • Finally type npm install -g appium and click enter, it will take some time to download all the appium related installations

Step 7:
    At last type appium and click enter, it will show like below
Appium server started successfully, hope you understood :) 





Categories: