No commit activity in last 3 years
No release in over 3 years
Toxbank investigation service
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

ToxBank Investigation

Investigation service for ToxBank.

Installation:

Dependencies: ruby 2.0.x, git, zip, java, curl, wget

gem install toxbank-investigation
toxbank-investigation-install # service setup, configuration and webserver start

Development:

get the development branch:

git clone git@github.com:ToxBank/toxbank-investigation.git  
cd toxbank-investigation
git checkout development

edit Gemfile:
uncomment and edit if you want to use github versions of opentox gems

  gem 'opentox-server', :git => "git://github.com/opentox/opentox-server", :branch => "development"
  gem 'opentox-client', :git => "git://github.com/opentox/opentox-client", :branch => "development"

uncomment and edit if you want to use local installations of opentox gems

  gem 'opentox-server', :path => "~/opentox-server"
  gem "opentox-client", :path => "~/opentox-client"

install the service via bundler gem

bundle install
bin/toxbank-investigation-install
# Do you want to start the webserver? (y/n)
# Answer "n" 
unicorn -c unicorn.rb # starts server as defined in unicorn.rb
# unicorn -h: more options

see also https://github.com/opentox/opentox-server

see also https://github.com/opentox/opentox-client

Documentation