Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

You can build and install webanno with one simple command:

docker build -t webanno https://github.com/nlpdocker/webanno-docker.git

You can use the same command to rebuild / reinstall webanno. This will take much less time, as docker reuses the files it has downloaded previously. In case of errors, you can avoid this behaviour by adding --no-cache=true:

docker build --no-cache=true -t webanno https://github.com/nlpdocker/webanno-docker.git

Usage

The service starts with, for example:

docker run -i -t -p 18080:18080 webanno

You can then access the webanno frontend via localhost:18080/webanno

About

run the webanno linguistic annotation tool in a Docker container

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages