zooniverse / seven-ten

Split testing service
0 stars 1 forks source link

pullreminders

Seven-Ten

Split testing service

Build Status

Getting started

# 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

Documentation can be found in /docs.

Client

The JavaScript client is located at zooniverse/Seven-Ten-Client.