aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-04-15 14:12:01 +0530
committerArun Isaac2022-04-15 14:12:01 +0530
commitfd1bf6d1359b64b26d75e54cff9e831c4b10f382 (patch)
tree8e86ff40bfdec753d823ee49ed4a5a239503babc
parentd2b84265ad7068c6a22fa04f2820b80a0f481a78 (diff)
downloadgn-machines-fd1bf6d1359b64b26d75e54cff9e831c4b10f382.tar.gz
Add README.
* README.org: New file.
-rw-r--r--README.org19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..45f772f
--- /dev/null
+++ b/README.org
@@ -0,0 +1,19 @@
+This repository houses Guix configuration for GeneNetwork machines and
+containers.
+
+* GeneNetwork development container
+
+The GeneNetwork development container is run on /penguin2/. It runs
+continuous integration and continuous deployment services for
+genenetwork2, genenetwork3 and several other associated projects.
+
+To build and install the container, on /penguin2/, run
+#+BEGIN_SRC shell
+$ ./genenetwork-development-deploy.sh
+#+END_SRC
+
+/penguin2/ is configured with a systemd service to run this
+container. Restart it.
+#+BEGIN_SRC shell
+$ sudo systemctl restart genenetwork-development-container
+#+END_SRC