Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davehunt/fxtestr
Firefox Test Results
https://github.com/davehunt/fxtestr
Last synced: 22 days ago
JSON representation
Firefox Test Results
- Host: GitHub
- URL: https://github.com/davehunt/fxtestr
- Owner: davehunt
- License: other
- Created: 2017-09-08T14:14:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T07:55:41.000Z (over 7 years ago)
- Last Synced: 2024-10-31T01:12:59.494Z (2 months ago)
- Language: HTML
- Homepage: http://fxtestr.us-west-2.elasticbeanstalk.com
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Firefox Test Results
[Flask](http://flask.pocoo.org/) app for presenting Firefox test results
from [ActiveData](https://wiki.mozilla.org/Auto-tools/Projects/ActiveData).![bd979230-bd0f-4422-8441-2610d27258b6](https://user-images.githubusercontent.com/122800/30221878-ceab8aac-94bc-11e7-9d6a-30fdb2f95d96.png)
To build and run you will need [Docker](https://www.docker.com/) installed:
```sh
$ docker build -t fxtestr .
$ docker run -d -p 80:80 fxtestr
```The Docker image is based on [uwsgi-nginx-flask](https://hub.docker.com/r/tiangolo/uwsgi-nginx-flask/),
where you can find more details on building and running the image.