Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Copying an App between Projects on the Same Server

Notes: If you need to copy an application between different project spaces, or to the same project space, see: Copy or Delete an Application

...

  1. On the server containing the app you want to copy, go to the URL: http://[SERVER ADDRESS]/a/[PROJECT NAME]/apps/source/<APP_ID>.  For example: https://www.commcarehq.org/a/demo/apps/source/071abeb39a1039df30613c494caa9bc3
  2. You should see a block of JSON-formatted text. First view source (ctrl-u), then copy the whole thing.  (ctrl+a, ctrl+c)
  3. On the new server, go to the following URL http://[SERVER ADDRESS]/a/[PROJECT NAME]/apps/import_app/.
  4. Add an application name, and paste the source that you copied into the source box.
  5. Click "Import Application".

...