Modifies elasticsearch.conf, determines OS bit-depth, optioanlly configures RUN_AS_USER.
e.g. Usage:
curl -ksL https://gist.github.com/rnix/8823390/raw/install-elasticsearch-servicewrapper.sh | bash -s [ES_HOME [RUN_AS_USER]]
* |
#!/bin/bash | |
apt-get update -qy | |
apt-get install -qy python g++ make curl git build-essential software-properties-common python-software-properties |
gorilla-go-json-rpc-test | |
gorilla-go-json-rpc-test.out |
Modifies elasticsearch.conf, determines OS bit-depth, optioanlly configures RUN_AS_USER.
e.g. Usage:
curl -ksL https://gist.github.com/rnix/8823390/raw/install-elasticsearch-servicewrapper.sh | bash -s [ES_HOME [RUN_AS_USER]]
#!/bin/bash | |
URL='http://anonscm.debian.org/loggerhead/pkg-postgresql/postgresql-common/trunk/download/head:/apt.postgresql.org.s-20130224224205-px3qyst90b3xp8zj-1/apt.postgresql.org.sh' | |
curl -L "${URL}" | sudo bash -s precise |
* |
curl -ks https://gist.github.com/rnix/5265588/raw/neo4j-ubuntu.sh | sudo bash -
curl -ks https://gist.github.com/rnix/4958168/raw/build.sh | bash
Then remember to add the following to the JVM's environment that'll be importing gdal:
export LD_LIBRARY_PATH=${PWD}/.libs:${LD_LIBRARY_PATH}
export DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}:${LD_LIBRARY_PATH}
where ${PWD}
is the gdal/swig/java
directory (unless you install the libraries).
DISCLAIMER