Versions Compared

Key

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

...

The downloadable release is a copy of the demo site made available for use on your local machine.  You will need virtualbox to run the images and meet the minimum hardware requirements to run all of the virtual machines at once for full functionality. With this you may make configuration changes suited to your environment and experiment with the software on your local machine. 

Lifecycle of Code?

 

Development Branch

  1. Code is committed to a community repo.
  2. Unit tests are run, if available.
  3. Code is compiled / packaged and made into an artifact on CI.
  4. Artifact is deployed to our dev environment.
  5. Manual User Acceptance Testing occurs, testing for functionality and interoperability. Test interoperability against staging (which should mirror prod).

...