diff options
Diffstat (limited to 'issues')
-rw-r--r-- | issues/genenetwork/containerising-production-issues.gmi | 2 | ||||
-rw-r--r-- | issues/genenetwork/markdown-editing-service-not-deployed.gmi | 11 |
2 files changed, 10 insertions, 3 deletions
diff --git a/issues/genenetwork/containerising-production-issues.gmi b/issues/genenetwork/containerising-production-issues.gmi index 203c1f9..3803dac 100644 --- a/issues/genenetwork/containerising-production-issues.gmi +++ b/issues/genenetwork/containerising-production-issues.gmi @@ -25,7 +25,7 @@ The link above documents the various services that make up the GeneNetwork servi * [x] Move user directories to a large partition * [ ] Link TMPDIR in container to a directory on a large partition -=> ./markdown-editing-service-not-deployed [ ] Define and deploy Markdown Editing service +=> ./markdown-editing-service-not-deployed [x] Define and deploy Markdown Editing service => ./umhet3-samples-timing-slow [ ] Figure out and fix UM-HET3 Samples mappings on Tux04 => ./setup-mailing-on-tux04 [x] Setting up email service on Tux04 => ./virtuoso-shutdown-clears-data [x] Virtuoso seems to lose data on restart diff --git a/issues/genenetwork/markdown-editing-service-not-deployed.gmi b/issues/genenetwork/markdown-editing-service-not-deployed.gmi index 2ae6957..6f4f809 100644 --- a/issues/genenetwork/markdown-editing-service-not-deployed.gmi +++ b/issues/genenetwork/markdown-editing-service-not-deployed.gmi @@ -3,9 +3,9 @@ ## Tags * type: bug -* status: open * assigned: fredm * priority: critical +* status: closed, completed * keywords: production, container, tux04 * interested: alexk, aruni, bonfacem, fredm, pjotrp, zsloan @@ -14,4 +14,11 @@ The Markdown Editing service is not working on production. * Link: https://genenetwork.org/facilities/ -* Repository: ??? +* Repository: https://git.genenetwork.org/gn-guile + +Currently, the code is being run directly on the host, rather than inside the container. + +Some important things to note: + +* The service requires access to a checkout of https://github.com/genenetwork/gn-docs +* Currently, the service is hard-coded to use a specific port: we should probably fix that. |