Docker configuration for the Text Analysis Gateway (TAG).
Run:
sudo docker pull wrathematics/tag
sudo docker run -i -t -p 3838:3838 wrathematics/tag
Alternatively, if you prefer/need to to work with the docker file directly:
Dockerfile to your machine.Dockerfilesudo docker build -t tag .sudo docker run -i -t -p 3838:3838 tagGo to http://localhost:3838/ in a web browser.
If something goes wrong, please open an issue on the github repository.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.