Skip to content

Commit

Permalink
Merge pull request #5849 from IQSS/5806-lang-api
Browse files Browse the repository at this point in the history
separate header for loading lang zip #5806
  • Loading branch information
kcondon authored May 16, 2019
2 parents 771b8b6 + 06580af commit 2a6e206
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,10 @@ Create the zip file

``zip languages.zip *.properties``

Load the languages.zip file into Dataverse.
Load the languages.zip file into Dataverse
++++++++++++++++++++++++++++++++++++++++++

Now that you have a "languages.zip" file, you can load it into Dataverse with the command below.

``curl http://localhost:8080/api/admin/datasetfield/loadpropertyfiles -X POST --upload-file /tmp/languages/languages.zip -H "Content-Type: application/zip"``

Expand Down

0 comments on commit 2a6e206

Please sign in to comment.