Skip to content

The Tesserae project aims to provide a flexible and robust web interface for exploring intertextual parallels. Select two poems below to see a list of lines sharing two or more words (regardless of inflectional changes).

Notifications You must be signed in to change notification settings

brontes24/tesserae

 
 

Repository files navigation

Getting Started

(For getting a partial installation in docker)

Docker

To get started with the docker, run the following commands (after cloning repo).

docker-compose up

Connect to running container's shell.

docker exec -it tesserae_web_1 bash

Install Term:UI

Launch pearl shell

perl -MCPAN -e shell

Install Term:UI

cpan[2]> install Term::UI

Set $url_base (line 159)

In an editor (outside of container shell is fine).

my $url_base = 'http://localhost:8000';

Run configure.pl

perl scripts/configure.pl

Run install.pl

perl scripts/install.pl

Browser

On your browser, visit localhost:8000/html to view the site.

About

The Tesserae project aims to provide a flexible and robust web interface for exploring intertextual parallels. Select two poems below to see a list of lines sharing two or more words (regardless of inflectional changes).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 46.1%
  • Perl 44.4%
  • Hack 2.9%
  • Python 2.8%
  • HTML 2.8%
  • CSS 0.6%
  • Other 0.4%