summaryrefslogtreecommitdiff
path: root/topics/deployment.gmi
blob: 567a7deccf372e005a21520f56257fff9c82c9f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Deploy GeneNetwork

This page attempts to document the very convoluted deployment process we have for GeneNetwork. Keeping this documentation up-to-date is going to be challenging, to say the least. So, the Guix configuration for the CI/CD container should be considered the authoritative reference.
=> https://github.com/genenetwork/genenetwork-machines/blob/main/genenetwork-development.scm
This document is for those looking for a succinct textual reference and would rather not dig through G-expressions.

## genenetwork2

TODO. Volunteers welcome!

## genenetwork3

Deployment-specific settings for genenetwork3 should be written to a configuration file and the path to that file should be set in the GN3_CONF environment variable.

Here's a typical configuration file. Please take care to customize it to your specific requirements.
```
SPARQL_ENDPOINT="http://localhost:9082/sparql"
DATA_DIR="/export/data/genenetwork"
XAPIAN_DB_PATH="/export/data/genenetwork-xapian"
```
DATA_DIR must contain two directories—genotype_files and synteny.

## deploy guix

See also

=> guix-profiles.gmi