Update README.md
This commit is contained in:
parent
357f47e689
commit
df6e5339c2
@ -42,7 +42,7 @@ The actual data can be found here: https://gitlab.ub.uni-bielefeld.de/sporada/bu
|
|||||||
12. Shutdown the app with the command `docker-compose down`.
|
12. Shutdown the app with the command `docker-compose down`.
|
||||||
13. Change the owner rights of all files in the repository. (This step should only be necessary for linux systems.)
|
13. Change the owner rights of all files in the repository. (This step should only be necessary for linux systems.)
|
||||||
- This has to be done because every process inside a docker container is always executed with root privilage. Thus the created volumes are not accessable anymore.
|
- This has to be done because every process inside a docker container is always executed with root privilage. Thus the created volumes are not accessable anymore.
|
||||||
- Change the rights with `sudo chown -R $USER:$USER .`
|
- Change the rights with `sudo chown -R $USER:$USER`.
|
||||||
12. Download the folders *MdB\_data* and *outputs* from the link mentioned in [this repository](https://gitlab.ub.uni-bielefeld.de/sporada/bundesdata_markup_nlp_data).
|
12. Download the folders *MdB\_data* and *outputs* from the link mentioned in [this repository](https://gitlab.ub.uni-bielefeld.de/sporada/bundesdata_markup_nlp_data).
|
||||||
- Copy those into the folder *input_volume* which is located inside the web app repository on the root level.
|
- Copy those into the folder *input_volume* which is located inside the web app repository on the root level.
|
||||||
- If the downloaded folders are inside an archive extract the folders first.
|
- If the downloaded folders are inside an archive extract the folders first.
|
||||||
|
Loading…
Reference in New Issue
Block a user