Versions Compared

Key

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

Once you deploy the server the first time, couch db will not have the default view configurations. In order to populate the database with these you can follow these steps on the command line.

  1. The default configs can be found on github at:

                   https://github.com/OpenSRP/opensrp-server/blobtree/tbtbr-default-reachviewconfigs/assets/tbreach_default_view_configs
  2.  CD into the directory with

...

           ./setup_view_configs.sh -d <database name> 

Run ./setup_view_configs.sh --help to get a list of available options

NB:
- These instructions can also be found in the folder's README.txt file
- If you Do Not Intend to use reconfigurable views for the application, then you do not have to install the configurable views.
This is because the application automatically defaults to the native xml layouts that are part of the app's android package.