summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-12-19 14:41:20 +0100
committerChristoph Helma <helma@in-silico.ch>2012-12-19 14:41:20 +0100
commit19f8eb3261c7e4537173358c6b864fdcc3374db1 (patch)
tree72e6886f50af2fb0d547def1e8beb97bad48f8aa
parent90110adf761e4b6011c997c1b338f5c902307487 (diff)
README added
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..dac8941
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+PubChem read across
+===================
+
+Caching proxy and GUI for PubChem read across predictions
+
+Requirements: memcached
+
+Usage:
+
+# start memcached
+memcached -d -m 2048 -l localhost -p 11211 -u nobody
+# start unicorn
+unicorn -c unicorn.rb -E production