diff options
| author | Frederick Muriuki Muriithi | 2025-09-04 13:09:35 -0500 |
|---|---|---|
| committer | Pjotr Prins | 2026-01-05 11:12:10 +0100 |
| commit | 1c16045f00e6d6b6057136784160dcbc02ded668 (patch) | |
| tree | ed0c2e19ecd037017b8f2c63a53201506e8ae550 | |
| parent | fcc20e54af4975256a804ea018776cb13b8cd7a2 (diff) | |
| download | gn-gemtext-1c16045f00e6d6b6057136784160dcbc02ded668.tar.gz | |
Fix sub-headings.
| -rw-r--r-- | issues/genenetwork2/remove-bin-genenetwork2-script.gmi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/issues/genenetwork2/remove-bin-genenetwork2-script.gmi b/issues/genenetwork2/remove-bin-genenetwork2-script.gmi index 3c3a3cf..f21f44c 100644 --- a/issues/genenetwork2/remove-bin-genenetwork2-script.gmi +++ b/issues/genenetwork2/remove-bin-genenetwork2-script.gmi @@ -28,7 +28,7 @@ This issue tracks the process, and problems that come up during the move to reti * [ ] Update CI/CD definitions to get rid of the references to the script * [ ] Delete the script from the repository -#### Setup +### Setup First, we need to setup the following mandatory environment variables: @@ -52,7 +52,7 @@ export GEMMA_WRAPPER_COMMAND="${GN2_PROFILE}/bin/gemma-wrapper" export REQUESTS_CA_BUNDLE="${GUIX_ENVIRONMENT}/etc/ssl/certs/ca-certificates.crt" ``` -#### Running Unit Tests +### Running Unit Tests To run unit tests, run pytest at the root of the repository. @@ -61,7 +61,7 @@ $ cd /path/to/genenetwork2 $ pytest ``` -#### Running "mechanical-rob" Tests +### Running "mechanical-rob" Tests At the root of the repository, run something like: @@ -72,7 +72,7 @@ python test/requests/test-website.py --all http://localhost:5033 Change the port, as appropriate. -#### Launching Application +### Launching Application In addition to the minimum set of envvars defined in the "Setup" section above, we need the following variables defined to get the application to launch: |
