From b16e4aac114a069c278e247fe5bf6b9c70b10d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCller?= Date: Mon, 6 Jun 2016 14:19:22 +0200 Subject: [PATCH] Deploy section added in README. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cb10a3c..47a5968 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,13 @@ Navigate to the top folder of the repository and run the command python setup.py install This builds the cython modules and installs them into the local python distribution. + + +### Deploy on intranet + +For any installed version of mdevaluate modules do: + + version=dev # or maybe: version=$(python ../mdevaluate/setup.py --version) + module load gromacs/5.1 + module load mdevaluate/$version + python setup.py install --prefix=/autohome/niels/modules/mdevaluate-$version