summaryrefslogtreecommitdiff
path: root/_posts/2012-08-09-install-opentox-development-environment.md
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-22 08:58:25 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-22 08:58:25 +0200
commit5be1bbe2534c2d2b89f987854b12053c0f939b29 (patch)
tree07c1ae37d8f787e9965e3978aeed6fc338605534 /_posts/2012-08-09-install-opentox-development-environment.md
parentf41eada43c2afaf6ee28bc8535fc0a3f1145f037 (diff)
Corrections.
Diffstat (limited to '_posts/2012-08-09-install-opentox-development-environment.md')
-rw-r--r--_posts/2012-08-09-install-opentox-development-environment.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/_posts/2012-08-09-install-opentox-development-environment.md b/_posts/2012-08-09-install-opentox-development-environment.md
index 6b897bf..04741f6 100644
--- a/_posts/2012-08-09-install-opentox-development-environment.md
+++ b/_posts/2012-08-09-install-opentox-development-environment.md
@@ -40,23 +40,26 @@ Conceptual approach:
Installation (`development` at the point of writing this = 20/08/2012) is tested with Debian 6.0.5 and should work with recent Ubuntu versions. Installer is available at [github](https://github.com/opentox/install).
- # Check if "sudo" is available (e.g. sudo ls), required for base packages
+Before starting the installation please check if "sudo" is available (e.g. sudo ls), required for base packages.
+
# Install git
sudo apt-get install git
- # Please add your ssh key at github via https://github.com/.
- # You may add your name/email address to the local git config.
- # Download the installer from github.
+
+Please add your ssh key at github via https://github.com/. You may add your name/email address to the local git config.
+
+Download, configure and execute the installer.
+
git clone git@github.com:opentox/install.git $HOME/install
cd $HOME/install
git checkout development
- # First check config.sh
+ # First check config.sh with your favorite editor
./install
This installation script will prepare your system for the use of `opentox` web services, including installing necessary dependencies, `opentox` config, `raptor`, `rasqal`, `rbenv`, `ruby` and `4store`.
# Install opentox services
-First nessessary environment variables and cnfigurations will be set:
+First necessary environment variables and configurations will be set:
. $HOME/.opentox/config/install/config.sh
. $OT_PREFIX/install/utils.sh
@@ -153,7 +156,7 @@ The default port setting for the web services and their 4store backends, (see c
</tr>
</table>
-NOTE: Only installed service uris are set in the config files. Model and validation service are not available yet.
+NOTE: Only installed service URIs are set in the config files. Model and validation service are not available yet.
# Testing services