Update README.md

This commit is contained in:
Stephan Porada 2019-03-03 21:26:17 +01:00
parent 357f47e689
commit df6e5339c2

View File

@ -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`.
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.
- 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).
- 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.