Split testing service
# clone the repository
git clone https://github.com/zooniverse/Seven-Ten.git
cd Seven-Ten
# copy some config files
for f in config/*.yml.docker; do cp "$f" "${f%.docker}"; done
With Docker
docker-compose build
docker-compose up
# alternatively get a bash console in the docker container
docker-compose run --service-ports --rm app bash
Documentation can be found in /docs.
The JavaScript client is located at zooniverse/Seven-Ten-Client.