summaryrefslogtreecommitdiff
path: root/README
blob: 2526353c248305af9e6902111304704d031d02f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PubChem read across
===================

Caching proxy and GUI for PubChem read across predictions

Requirements: memcached

Usage:
# edit unicorn.rb
rename unicorn.rb.example to unicorn.rb
# start memcached
memcached -d -m 2048 -l localhost -p 11211 -u nobody
# start unicorn
unicorn -c unicorn.rb -E production