This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@article{powsner_graphical_1994, | |
title = {Graphical Summary of Patient Status}, | |
volume = {344}, | |
url = {http://www.sciencedirect.com/science/article/pii/S0140673694914060}, | |
timestamp = {2015-09-09T18:25:01Z}, | |
number = {8919}, | |
journaltitle = {The Lancet}, | |
author = {Powsner, Seth M. and Tufte, Edward R.}, | |
urldate = {2015-09-09}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~ | |
sudo apt-get update | |
sudo apt-get install openjdk-7-jre -y | |
wget http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.20.1.tar.gz -O elasticsearch.tar.gz | |
tar -xf elasticsearch.tar.gz | |
rm elasticsearch.tar.gz | |
sudo mv elasticsearch-* elasticsearch | |
sudo mv elasticsearch /usr/local/share |