webmole/crawler-benchmark
A Reference Framework for the Automated Exploration of Web Applications.
200
Source: webmole/crawler-benchmark Built by travis: WebMole/crawler-benchmark
A Reference Framework for the Automated Exploration of Web Applications. Provides some general web features to let you test crawlers in a well defined environment.
Clone repository
cd
into the repository
Install Docker
Install docker-compose
Build and use the docker image with docker-compose
cd crawler-benchmark
cp .env.example .env # then edit with desired credentials
docker-compose up -d
When it's done, you can visit the app running at localhost:8080
docker pull webmole/crawler-benchmark