Skip to content

Commit

Permalink
separate header for loading lang zip #5806
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed May 16, 2019
1 parent 771b8b6 commit 06580af
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 06580af

Please sign in to comment.