← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 942: document how to force reload of instaslled apps

 

------------------------------------------------------------
revno: 942
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Tue 2014-01-07 13:58:00 +0100
message:
  document how to force reload of instaslled apps
modified:
  src/docbkx/en/dhis2_user_man_apps.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_user_man_apps.xml'
--- src/docbkx/en/dhis2_user_man_apps.xml	2014-01-07 12:56:46 +0000
+++ src/docbkx/en/dhis2_user_man_apps.xml	2014-01-07 12:58:00 +0000
@@ -141,5 +141,7 @@
       app:</emphasis><screen>curl -X POST -u user:pass -F file=@app.zip http://server/api/apps</screen></para>
     <para><emphasis role="bold">To delete an
       app:</emphasis><screen>curl -X DELETE -u user:pass http://server/api/apps/&lt;app-name></screen></para>
+    <para><emphasis role="bold">Force reload of installed apps (useful if you added a file manually in the
+      file-system):</emphasis><screen>curl -X PUT -u user:pass http://server/api/apps</screen></para>
   </section>
 </chapter>