diff options
author | Efraim Flashner | 2020-02-17 02:21:04 -0600 |
---|---|---|
committer | Efraim Flashner | 2020-02-17 02:21:04 -0600 |
commit | ae659bb705d771be310c86c518d4712812aaafce (patch) | |
tree | 7e978c8ec6da7227796912c1799d2dbbc0ff3ca8 /gn/services/bnw-README | |
parent | 319c7e8758d79c2f99d28bacbdbd3072b40b1e51 (diff) | |
download | guix-bioinformatics-ae659bb705d771be310c86c518d4712812aaafce.tar.gz |
gn: Update BNW service and README
Diffstat (limited to 'gn/services/bnw-README')
-rw-r--r-- | gn/services/bnw-README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/services/bnw-README b/gn/services/bnw-README index ab7de53..d70b7fc 100644 --- a/gn/services/bnw-README +++ b/gn/services/bnw-README @@ -6,8 +6,8 @@ $ cd guix-bioinformatics && git pull # systemctl enable --now bnw.service for testing changes to the container, you'll want to do the following (or thereabouts): -$ guix system container gn/services/GN1-container.scm --share=/home/bnw/server=/srv/http --network -$ sudo -E $(guix system container gn/services/GN1-container.scm --share=/home/bnw/server=/srv/http --network) +$ guix system container gn/servicebnwN1-container.scm --network +$ sudo -E $(guix system container gn/services/bnw-container.scm --network) for running the service: see included bnw.service |