1
0
mirror of https://github.com/kochetkov-ma/allure-server.git synced 2024-11-21 16:46:43 +02:00

aws support

This commit is contained in:
Maxim Kochetkov 2020-05-08 12:41:13 +03:00
parent 6af6cc5113
commit bfd4fb2df9
2 changed files with 16 additions and 1 deletions

13
Dockerrun.aws.json Normal file
View File

@ -0,0 +1,13 @@
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "kochetkovma/allure-server",
"Update": "true"
},
"Ports": [
{
"ContainerPort": 8080,
"HostPort": 80
}
]
}

View File

@ -19,6 +19,8 @@ Just use Spring Boot Jar from Release Page.
Works on WebUI is in progress to next major (2.0.0) version.
Example on [allure.iopump.ru](http://allure.iopump.ru/) or [allure-server.herokuapp.com](https://allure-server.herokuapp.com/)
## Get Started
### Docker
There is a docker image on Docker Hub: [allure-server](https://hub.docker.com/r/kochetkovma/allure-server)
@ -107,7 +109,7 @@ Spring Configutaion:
- in docker environment vars `-e allure.support.old.format=true`
### GUI
##### See example on [allure-server.herokuapp.com](https://allure-server.herokuapp.com/)
##### See example on [allure.iopump.ru](http://allure.iopump.ru/) or [allure-server.herokuapp.com](https://allure-server.herokuapp.com/)
Allure Server provide WEB UI to access to reports and results.
By default WEB UI is available on path `/ui` and there is redirection from `/` to `/ui`