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
- Host: GitHub
- URL: https://github.com/jonathas/openstf-arm7-docker
- Owner: jonathas
- License: gpl-3.0
- Created: 2017-08-23T11:04:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T11:05:08.000Z (almost 9 years ago)
- Last Synced: 2025-03-28T08:11:36.139Z (about 1 year ago)
- Topics: adb, android, docker, openstf, raspberry-pi, rethinkdb, smartphone-test-farm
- Homepage: https://openstf.io/
- Size: 12.7 KB
- Stars: 20
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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