https://github.com/adamzammit/qamd-web
Web frontend for the QAMyData tool
https://github.com/adamzammit/qamd-web
Last synced: 4 months ago
JSON representation
Web frontend for the QAMyData tool
- Host: GitHub
- URL: https://github.com/adamzammit/qamd-web
- Owner: adamzammit
- License: other
- Created: 2018-08-20T04:29:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T05:40:14.000Z (over 4 years ago)
- Last Synced: 2025-01-08T20:13:24.018Z (5 months ago)
- Language: PHP
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
qamd-web is a front end, based on the [Yii 2](http://www.yiiframework.com/) framework, for the [QAMyData](https://github.com/Raymanns/qamd) tool.
It includes a Dockerfile for building the required packages and running the system, so all you need to do is check out this repository then:
docker build -t acspri/qamd-web .
docker-compose up -d
You can then access the application through the following URL:http://127.0.0.1:8000
**NOTES:**
- Minimum required Docker engine version `17.04` for development (see [Performance tuning for volume mounts](https://docs.docker.com/docker-for-mac/osxfs-caching/))