about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2025-07-27 09:49:01 +0200
committerPjotr Prins2025-08-15 11:28:42 +0200
commitee23a09c6b405d0b597994ceb31def257d0d6c83 (patch)
tree7530b6830eca05f6597ae77b11a8d225389a3362
parentf9dcae9e78d23b40e7402448fba430d46fe7e73d (diff)
downloadgn-machines-ee23a09c6b405d0b597994ceb31def257d0d6c83.tar.gz
README: comments
-rw-r--r--README.org21
1 files changed, 18 insertions, 3 deletions
diff --git a/README.org b/README.org
index e4985da..d1e92d0 100644
--- a/README.org
+++ b/README.org
@@ -3,23 +3,38 @@ containers.
 
 The git repo lives at https://git.genenetwork.org/gn-machines/
 
+For CI/CD see
+
+=> https://issues.genenetwork.org/topics/systems/ci-cd
+
 For philosophy and (KISS) incremental development containers, see:
 
 => https://issues.genenetwork.org/topics/systems/debug-and-developing-code-with-genenetwork-system-container
 
 * GeneNetwork development container (aka CI/CD)
 
-The GeneNetwork development container is currently run on /tux02/. It runs
-continuous integration and continuous deployment services for
-genenetwork2, genenetwork3 and several other associated projects.
+The GeneNetwork development container is currently run on /tux02/.
+It runs continuous integration and continuous deployment services for genenetwork2, genenetwork3 and several other associated projects.
 
 To build and install the container, you will need the
 [[https://gitlab.com/genenetwork/guix-bioinformatics][guix-bioinformatics]] and [[https://git.systemreboot.net/guix-forge/][guix-forge]] channels. Once these channels are
 pulled and available, on /tux02/, run
+
 #+BEGIN_SRC shell
 $ ./genenetwork-development-deploy.sh
 #+END_SRC
 
+It will try to create symlinks at the end. You can do this as root (too).
+
+Note we current run as aruni user and the latest guix is the user profile.
+
+#+BEGIN_SRC shell
+aruni@tux02:~/gn-machines$ which guix
+/home/aruni/.config/guix/current/bin/guix
+aruni@tux02:~/gn-machines$ guix describe
+Generation 46   Mar 27 2025 23:39:42    (current)
+#+END_SRC
+
 /tux02/ is configured with a systemd service to run this
 container. Restart it.
 #+BEGIN_SRC shell