Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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/blob/tb-reach/assets/tbreach_default_view_configs
  2.  CD into the directory with
           cd tbreach_default_view_configs

      3.   Populate the database by running the script 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.

  • No labels