Skip to content

antleaf/coar_notify_inbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COAR LDN Inbox

COAR Notify LDN inbox and validation test system

Instructions for using the system appear on the home page of the webservice (see source for this)

Build Image

docker build -t notify_ldn_inbox .

Publish Image

(for publishing to Antleaf Docker repo)

docker image tag notify_ldn_inbox:latest antleaf/notify_ldn_inbox:1.2
docker login 
docker push antleaf/notify_ldn_inbox:1.2

Run container

With defaults:

docker run \
	-it \
	--rm \
	-p 80:80 \
	antleaf/notify_ldn_inbox:1.2

Specifying arguments:

docker run \
	-it \
	--rm \
	-p 80:80 \
	antleaf/notify_ldn_inbox:1.2 \
	notify_ldn_inbox -db=/opt/data/ldn_inbox.sqlite -host=http://localhost -port=1313 -debug=true

About

COAR Notify LDN inbox and validation test system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published