Appium 1.5 Beta Release

@UD
Step from npm:

  1. Download node from node. prefer v0.12.10 (because it works for me)
  2. check if npm is available or not in command prompt by executing npm -v. If you don’t see the version you need to set the env. var.
  3. install it by executing npm -g install appium
  4. After the process complete, run appium -v to check appium version
  5. you can now run appium from command line with appium

step from source:

  1. follow previous step 1-2 if not already
  2. clone the appium repo from command line at any place you wish and navigate to appium folder i.e. cd appium
  3. Now run npm install on command prompt
  4. if everything goes well you can run appium server in the current directry with command prompt as node .
1 Like