Versions Compared

Key

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

This page acts as a general area to document Server Refactor and Cleanup work.


OpenSRP Server (master branch)  has been refactored to several modules and web applications.

...

Postgres and Jedis are activated by default and they will be active profiles when you run the following command

mvn clean package

But when you specify a property, the active ones are overriden. Couchdb will be the only active profile when you run the following command

...