Versions Compared

Key

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

...

Code Block
languagebash
# push the changes to your fork
$ git push origin

 

 

Updating to newer version

...

  1. Export all data using ant data-export.  The tenant data entities will be intermingled with the regular portal entities.
  2. Update the existing tenant's entity files
  3. Import the updates into the system.  This may be appropriate to do before or after a code update if you are trying to do zero-downtime deployments. You have to look at the changes and decide which approach is better.

Contributing Fixes/Features (New Work)

Say you've found a bug and want to contribute a fix. The easiest approach is to acknowledge that you want to contribute up front and follow these step.

...