https://github.com/bzon/adop-fitnesse
https://github.com/bzon/adop-fitnesse
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bzon/adop-fitnesse
- Owner: bzon
- Created: 2017-02-21T15:43:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T09:07:55.000Z (about 9 years ago)
- Last Synced: 2025-01-22T08:28:59.646Z (over 1 year ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quickstart
```bash
docker run -d --name fitnesse -p 2222:8080 bzon/adop-fitnesse
```
# Quickstart with Sample Petclinic App for Demo
```bash
./compose up -d
```
# Running with Selenium Grid stack only
```bash
docker-compose up -d
```
# Access the Applications
- FitNesse - http://localhost:2222
- Selenium Grid - http://localhost:4444
- PetClinic - http://localhost:9966/petclinic
- PetClinic Swagger UI - http://localhost:9966/petclinic/swagger-ui.html
- MySQL - localhost:3306/petclinic