Linux
To install the Quamotion server, you first need install a couple of dependencies.
sudo add-apt-repository ppa:quamotion/ppa
sudo apt-get update
sudo apt-get install -y libgdiplus libusbmuxd-tools libplist-dev libusbmuxd-dev libimobiledevice-dev usbmuxd
Next, you can download and install the Quamotion server. For Ubuntu:
Ubuntu 16.04
mkdir quamotion-webdriver
cd quamotion-webdriver
wget http://cdn.quamotion.mobi/download/quamotion-webdriver.1.4.38.ubuntu.16.04-x64.tar.gz
tar -xvzf quamotion-webdriver.1.4.38.ubuntu.16.04-x64.tar.gz
Ubuntu 18.04
mkdir quamotion-webdriver
cd quamotion-webdriver
wget http://cdn.quamotion.mobi/download/quamotion-webdriver.1.4.38.ubuntu.18.04-x64.tar.gz
tar -xvzf quamotion-webdriver.1.4.38.ubuntu.18.04-x64.tar.gz
To start the Quamotion server, you can simply launch the Quamotion.WebDriver executable:
./Quamotion.WebDriver
The Quamotion server will now start. You can connect to the Quamotion server using any browser, by navigating to http://localhost:17894
.
Last modified October 25, 2019: Add redirect URLs (da422fd)