(For getting a partial installation in docker)
To get started with the docker, run the following commands (after cloning repo).
docker-compose updocker exec -it tesserae_web_1 bashperl -MCPAN -e shellcpan[2]> install Term::UIIn an editor (outside of container shell is fine).
my $url_base = 'http://localhost:8000';perl scripts/configure.plperl scripts/install.plOn your browser, visit localhost:8000/html to view the site.