Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 601 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 601 Bytes

ASM

Appium Server Manager

Synopsis

Page built with Django to create/edit Appium server configurations and start/stop them.

Requirements:

  1. Node and NPM.
  2. Appium. (Installed by NPM or by any other method)
URL: "https://github.com/appium/appium"
$ npm install -g appium

Installation

  1. Install Python 2.7.x.
  2. Install Pip.
  3. Clone this repository.
  4. Navigate to the repository root folder.
  5. on the command line type:
$ pip install -r requirements.txt
  1. Start the server:
$ python manage.py runserver

Admin username

user: admin
pass: admin