Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 576 Bytes

StartFromDocker.md

File metadata and controls

16 lines (14 loc) · 576 Bytes

Start Zenodo with Docker, which contains our tool

Because our tool lies on PyPi we added the extractTool version nto the requirements.txtfrom zenodo. So if you want to start zenodo with our extractTool you can follow these Steps:

1. You must clone our repository

$ cd ~/src/
$ git clone https://github.com/corneliazy/zenodo.git
$ cd ~/src/zenodo
$ git checkout master
$ docker-compose build   
$ docker-compose up

Then you can open http://localhost:5000 and you will see an instance of Zenodo.