dativebase / old-pyramid

Online Linguistic Database (OLD)
http://www.onlinelinguisticdatabase.org/
8 stars 1 forks source link

Dockerfile fails because DRUtils package no longer served by MIT #29

Closed jrwdunham closed 4 years ago

jrwdunham commented 4 years ago

This is now a defunct URL: http://tedlab.mit.edu/~dr/DRUtils/drutils.tgz. The solution would seem to be a replacement of all of DRUtil and Tgrep2 stuff in Dockerfile with:

git clone https://github.com/dativebase/tgrep2.git
cd tgrep2
make install

Another issue with the Dockerfile that could be fixed is the fact that the following PPAs are defunct:

These should be replaced with:

jrwdunham commented 4 years ago

Resolved by https://github.com/dativebase/old-pyramid/pull/30