diff options
-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 |