diff options
author | Pjotr Prins | 2016-03-06 11:15:50 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-04-20 10:07:46 +0000 |
commit | a203e362ec57351f29274b32b7c80dc9392d591d (patch) | |
tree | 1c14bdfdd7fc76b92e5e8cd870b59d29168a3722 /doc/README.org | |
parent | 87442be548c8779bcc06693490b9e11ccba26dc5 (diff) | |
download | genenetwork2-a203e362ec57351f29274b32b7c80dc9392d591d.tar.gz |
README
Diffstat (limited to 'doc/README.org')
-rw-r--r-- | doc/README.org | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/README.org b/doc/README.org index ec0054e4..efaec8a6 100644 --- a/doc/README.org +++ b/doc/README.org @@ -6,7 +6,6 @@ - [[#install-guix][Install guix]] - [[#checkout-the-git-repositories][Checkout the git repositories]] - [[#update-guix][Update guix]] - - [[#update-the-path][Update the path]] - [[#install-gn2][Install GN2]] - [[#run-gn2][Run GN2]] - [[#run-mysql-server][Run MySQL server]] @@ -54,21 +53,12 @@ At some point you may decide to create, install and run a recent version of the guix-daemon by compiling the guix repository. Follow [[https://github.com/pjotrp/guix-notes/blob/master/INSTALL.org#building-gnu-guix-from-source-using-guix][these]] steps carefully. -** Update the path - -Now make sure the guix update path is in line with ours - -#+begin_src bash -mkdir -p ~/.config/guix -ln -s ~/genenetwork/guix-gn-latest ~/.config/guix/latest -#+end_src bash - ** Install GN2 #+begin_src bash export GUIX_PACKAGE_PATH=~/genenetwork/guix-bioinformatics/ cd ~/genenetwork/guix-gn-latest -./pre-inst guix package -i genenetwork2 +./pre-inst-env guix package -i genenetwork2 #+end_src bash ** Run GN2 |