summaryrefslogtreecommitdiff
path: root/_posts/2012-08-23-install-production-webservice-gems.md
blob: c139af3be79fc86a67b7905f0a0556567796e0f9 (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: Installation
tags: [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.