https://gist.github.com/ricardo-rossi/8265589463915837429d
I found this script, and I use it to install, just use $ elasticsearch.sh 1.5.0
you can use $ curl "http://localhost:9200/"
to check whether your installation is successful.
use apt-get
- python cryptography
- apt-get install build-essential libssl-dev libffi-dev python-dev python-pip virtualenv
- pip install cryptography
if you have any errors, just google and solve it.
Follow the steps here http://mysociety.github.io/sayit/install/#installing-the-example-sayit-django-project
When I run ./manage.py runserver
I encounter two errors
- No Module name dateutil
$ pip install python-dateutil
- No Module name lxml
$ apt-get install libxml2-dev libxslt-dev
$ pip install lxml