summaryrefslogtreecommitdiff
path: root/_posts/2012-08-23-install-production-webservice-gems.md
blob: 890184f45b62f07de5d891a46040296bb714a44a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
layout: post
title: "Install production webservice gems"
description: ""
category: general
tags: [installation, gem]
---
{% include JB/setup %}
The installation of opentox-webservices is straightforward with the `gem` command, e.g.

    gem install opentox-dataset 
    gem install toxbank-investigation

This will install the webservice and all dependencies in your gem path.
Please do not forget to configure the webservice in `~/.opentox/config/<webservice>.rb`.
In some cases (eg. compound and algorithm) large external libraries have to be compiled - please be patient.