Skip to content

A Docker image for the CLIFF geolocation software.

License

Notifications You must be signed in to change notification settings

nwandabridges/cliff-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLIFF Docker

The official Docker image for the CLIFF-CLAVIN geolocation software.

Note: CLAVIN, and by extension CLIFF, is very memory hungry due to the geonames index. To properly run, a minimum of 4GB of RAM is necessary. Any less and you'll experience errors.

Building the Image

Build using

docker build -t cliff:2.6.1 .

Running the Image

It is setup to use the default port of 8080. Run using

docker run -p "8080:8080" -d cliff:2.6.1

You can test it at a URL like:

http://localhost:8080/cliff-2.6.1/parse/text?q=This%20is%20some%20text%20about%20New%20York%20City,%20and%20maybe%20about%20Accra%20as%20well,%20and%20maybe%20Boston%20as%20well.

Acknowledgements

This is forked from John Beieler's cliff-docker, which pulls heavily from Andy Halterman's CLIFF-up Vagrant box.

About

A Docker image for the CLIFF geolocation software.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 88.9%
  • Dockerfile 11.1%