diff options
author | Pjotr Prins | 2016-04-20 10:44:10 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-04-20 10:44:10 +0000 |
commit | 28ccde8e417b965710bbeef48d468a6b717c10a4 (patch) | |
tree | a72275a798bec47785f0e810b799a8ba2c351009 /doc | |
parent | 9164ffc23879a8f9338939c06c36d3d49c3c899a (diff) | |
download | genenetwork2-28ccde8e417b965710bbeef48d468a6b717c10a4.tar.gz |
A few fixes to get the webserver running again
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.org | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/README.org b/doc/README.org index ee54f781..3b96717f 100644 --- a/doc/README.org +++ b/doc/README.org @@ -134,12 +134,17 @@ configuration. ** Run your own copy of GN2 -At some point you may want to fix the source code. Clone the GN2 -repository from https://github.com/genenetwork/genenetwork2_diet +At some point you may want to fix the source code. Assuming you have +Guix and Genenetwork2 installed (as described above) clone the GN2 +repository from https://github.com/genenetwork/genenetwork2_diet + +Copy the paths into your terminal from (mainly so PYTHON_PATH and +R_LIBS_SITE are set) + +: guix package --search-paths Inside the repository: -: git clone : cd genenetwork2_diet : ./bin/genenetwork2 |