diff options
author | Arun Isaac | 2023-07-27 15:45:50 +0100 |
---|---|---|
committer | Arun Isaac | 2023-07-27 15:47:01 +0100 |
commit | 2f5329cea2a3c0b62373279114e207568e2820b6 (patch) | |
tree | 118e8d66c0b136bf6e70c42de095c45385541ce5 | |
parent | cce5866579995270fec5cc34e484228503e5b825 (diff) | |
download | gn-machines-2f5329cea2a3c0b62373279114e207568e2820b6.tar.gz |
README: Remove references to penguin2.
penguin2 is no more. We now use tux02 for development.
* README.org: Change references to penguin2 to tux02.
-rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,18 +3,18 @@ containers. * GeneNetwork development container -The GeneNetwork development container is run on /penguin2/. It runs +The GeneNetwork development container is 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 /penguin2/, run +pulled and available, on /tux02/, run #+BEGIN_SRC shell $ ./genenetwork-development-deploy.sh #+END_SRC -/penguin2/ is configured with a systemd service to run this +/tux02/ is configured with a systemd service to run this container. Restart it. #+BEGIN_SRC shell $ sudo systemctl restart genenetwork-development-container |