diff options
author | Arun Isaac | 2025-07-21 01:45:26 -0500 |
---|---|---|
committer | Arun Isaac | 2025-07-21 01:45:26 -0500 |
commit | 56b4dde13ca178a79a7833f7ab1ce2a836e08002 (patch) | |
tree | 2e4be14c36c6a5c9933c760692bcd1d708831f3f /README.org | |
parent | c2616fa67cd6885e40dd25ac6c9931400b5b2964 (diff) | |
parent | d018b17794d2079f853e245e7a00df1a78b0105c (diff) | |
download | gn-machines-56b4dde13ca178a79a7833f7ab1ce2a836e08002.tar.gz |
Merge branch 'main' of /home/git/public/gn-machines into main
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/README.org b/README.org index 892ab23..e4985da 100644 --- a/README.org +++ b/README.org @@ -3,7 +3,11 @@ containers. The git repo lives at https://git.genenetwork.org/gn-machines/ -* GeneNetwork development container +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 @@ -31,6 +35,7 @@ To build and install the container, you will need the guix-bioinformatics channel. Once guix-bioinformatics is pulled and available, on /tux01/, run #+begin_src shell + $ ./virtuoso-deploy.sh #+end_src |