Versions Compared

Key

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

...

  • Check if event-log-service is properly installed

    Info
    titleCheck if event log service is installed correctly

    curl http://dev.bahmnidev.org/event-log-service/

    The response should be "Event log service is up and running."

    Generate Event Log for existing atomfeed

    There is a migration script to add existing address heirarchy events on the server (from atom feed logs) to the event_log table. It should be manually run in this order:

                 https://github.com/Bahmni/event-log-service/blob/master/event-log-service-webapp/src/main/resources/sql-scripts/createAddressHierarchyEvents.sql

      Generate Event Log for concepts

          To make concepts available for offline use, run the following python script

                         https://github.com/Bahmni/event-log-service/blob/master/event-log-service-webapp/src/main/resources/sql-scripts/copyOfflineConcepts.py

...