diff options
author | Pjotr Prins | 2025-07-19 12:12:23 +0200 |
---|---|---|
committer | Pjotr Prins | 2025-07-19 12:12:23 +0200 |
commit | 7a8e68ae4697723a8b66959c250ccd2463d6d0f8 (patch) | |
tree | ad31b1e273fd093ae779b4b37a2fb388fcc59308 | |
parent | ad19c44b0809375b1bc5c8ccce71910e2f838e1c (diff) | |
download | gn-machines-7a8e68ae4697723a8b66959c250ccd2463d6d0f8.tar.gz |
README: note on docs
-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 |