summaryrefslogtreecommitdiff
path: root/_posts/2012-08-09-install-opentox-development-environment.md
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-08-23 14:29:33 +0300
committerAndreas Maunz <andreas@maunz.de>2012-08-23 14:29:33 +0300
commitd6c9e34aa6078489473f91c2e05652ce4de6081d (patch)
treef3c4ce67c0030b618064fc07eca40077efa7ef98 /_posts/2012-08-09-install-opentox-development-environment.md
parenta14aa79cde3d6c097fda0d0bcfcf935fa73a04c4 (diff)
Environment setup
Diffstat (limited to '_posts/2012-08-09-install-opentox-development-environment.md')
-rw-r--r--_posts/2012-08-09-install-opentox-development-environment.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/_posts/2012-08-09-install-opentox-development-environment.md b/_posts/2012-08-09-install-opentox-development-environment.md
index b115acd..5ab58a8 100644
--- a/_posts/2012-08-09-install-opentox-development-environment.md
+++ b/_posts/2012-08-09-install-opentox-development-environment.md
@@ -59,10 +59,15 @@ This installation script will prepare your system for the use of `opentox` web s
# Install opentox services
-First necessary environment variables and configurations will be set:
+Load environment (general)
. $HOME/.opentox/config/install/config.sh
. $OT_PREFIX/install/utils.sh
+
+Load environment (with bash):
+
+ . $HOME/.opentox/ot-tools.sh
+ otconfig
Next opentox-client and opentox-server will be downloaded and installed.