An open API service indexing awesome lists of open source software.

https://github.com/jonathas/openstf-arm7-docker

Smartphone Test Farm using Docker on Raspberry Pi
https://github.com/jonathas/openstf-arm7-docker

adb android docker openstf raspberry-pi rethinkdb smartphone-test-farm

Last synced: 3 months ago
JSON representation

Smartphone Test Farm using Docker on Raspberry Pi

Awesome Lists containing this project

README

          

# Smartphone Test Farm using Docker on Raspberry Pi

This docker-compose config contains [openstf](https://openstf.io/), rethinkdb and [adb](https://developer.android.com/studio/command-line/adb.html).

In order to use it:

- Install Docker and [docker-compose](https://docs.docker.com/compose/install/)
- Open the docker-compose.yml file and edit the ip address there, entering your server's ip address instead
- Leave the docker-compose.yml file inside your home directory (/home/pi)
- Copy the docker-infra.service file from the systemd directory to /etc/systemd/system
- Reload the daemons: sudo systemctl daemon-reload
- Enable the service: sudo systemctl enable docker-infra
- Start everything: sudo systemctl start docker-infra

After everything is loaded, your server will be available on http://< the ip address you configured >:7100