summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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