summaryrefslogtreecommitdiff
path: root/issues/genenetwork
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-11-01 01:16:06 -0500
committerFrederick Muriuki Muriithi2024-11-01 01:16:06 -0500
commit06a8f1235ac15aa574248e7e68738e0e658258a6 (patch)
tree66547c8a84e0d6b8ddacf7f76af2d8a4bee40502 /issues/genenetwork
parent4e896449be858cbedae4d3217b79de0043aba3bc (diff)
downloadgn-gemtext-06a8f1235ac15aa574248e7e68738e0e658258a6.tar.gz
Production container: Markdown service: close issue.
Diffstat (limited to 'issues/genenetwork')
-rw-r--r--issues/genenetwork/containerising-production-issues.gmi2
-rw-r--r--issues/genenetwork/markdown-editing-service-not-deployed.gmi11
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.