From fd1bf6d1359b64b26d75e54cff9e831c4b10f382 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 15 Apr 2022 14:12:01 +0530 Subject: Add README. * README.org: New file. --- README.org | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.org (limited to 'README.org') 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 -- cgit v1.2.3