[cass] Make sure to enable start_rpc

* also note in titan-gremlin that 1.x of ES is needed
* provide docker compose snippet
Part of #68
This commit is contained in:
Geoff Bourne
2016-04-17 12:21:53 -05:00
parent a6580b3fe3
commit 0ea4ea7d0c
4 changed files with 33 additions and 16 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
FROM itzg/ubuntu-openjdk-7
FROM java:openjdk-8u72-jdk
MAINTAINER itzg
ENV CASSANDRA_VERSION 2.2.5
RUN wget -qO /tmp/apache-cassandra.tgz http://mirrors.ibiblio.org/apache/cassandra/$CASSANDRA_VERSION/apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz
RUN tar -C /opt -zxvf /tmp/apache-cassandra.tgz && \
RUN tar -C /opt -zxf /tmp/apache-cassandra.tgz && \
rm /tmp/apache-cassandra.tgz