diff --git a/RELEASE.md b/RELEASE.md index 8d4bde9..a24fc7e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -29,10 +29,14 @@ Our initial deployment to **syntheticmass-stg.mitre.org** and **syntheticmass.mi ``` MongoDB 3.2.9 -PostgreSQL 9.5.4 +PostgreSQL 9.5.4 +PostGIS 2.2.1 Python 2.7.11+ Go 1.7 Node 5.11.0 +Apache 2.4.18 +Apache mod_proxy + github.com/synthetichealth/gofhir fhir-updates 1654183 github.com/synthetichealth/syntheticmass master 38341a1 ``` diff --git a/setup/README.md b/setup/README.md index 634047c..ecef045 100644 --- a/setup/README.md +++ b/setup/README.md @@ -20,15 +20,8 @@ Contents Software Installed ------------------ -The following software packages and versions are installed and required to run Synthetic Mass: - -1. MongoDB (3.2.9) -2. PostgreSQL (9.5.4) -3. Python (2.7.11+) -4. Go (1.7) -5. Node (5.11.0) -6. [GoFHIR](https://github.com/synthetichealth/gofhir.git) -7. [Synthetic Mass](https://github.com/synthetichealth/syntheticmass.git) +See [RELEASE.md](../RELEASE.md) for the latest list and versions of installed software packages. + Deploying Updates -----------------