From 8efa6408c93879b5249361c3a41aad4405e7e303 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 23 Jun 2024 05:33:05 -0500 Subject: Genecup development environment --- topics/deploy/genecup.gmi | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/topics/deploy/genecup.gmi b/topics/deploy/genecup.gmi index 2054844..c5aec17 100644 --- a/topics/deploy/genecup.gmi +++ b/topics/deploy/genecup.gmi @@ -1,5 +1,17 @@ # Deploying genecup +# Hosting + +The source repo has moved to + +=> https://git.genenetwork.org/genecup/ + +If you have ssh access you can push to the repo with + +=> yourname@git.genenetwork.org:/home/git/public/genecup + +# Deploy on tux02 + On Tux02 as shepherd user I can build: ``` @@ -28,3 +40,16 @@ That means you can also develop software running in a container with the last co cd $repo run last command using guix shell ``` + +The only problem, at this point, is that python is not in the path. + +The alternative is to use a guix shell, as described in the README.md + +=> https://git.genenetwork.org/genecup/tree/README.md + +and port forward: + +``` +ssh -L 4200:127.0.0.1:4200 -f -N server +curl localhost:4200 +``` -- cgit v1.2.3