Laravel Community Tools by
Tighten
Nova Packages
Laravel Tricks
Forge Recipes
Forge Recipes
Staff Picks
All Recipes
Login
Staff Picks
All Recipes
Login
Back to Recipes
elastic search
5 years ago
hangrand
un-tested
Clone
bash
Copy
echo ">> Installing Elastic GPG Key" wget -O - http://packages.elasticsearch.org/GPG-KEY-elasticsearch | apt-key add - echo ">> Adding deb package" echo "deb http://packages.elasticsearch.org/elasticsearch/1.1/debian stable main" >> /etc/apt/sources.list echo ">> Updating apt" apt-get update echo ">> Installing Java and Elastic Search" apt-get -y install openjdk-6-jre elasticsearch echo ">> Java Installed" echo ">> Elastic Search Installed" echo ">> Starting Elasticsearch" /etc/init.d/elasticsearch start echo ">> Running on port 9200. Make sure to add a firewall rule!"
Comments
No comments yet.
Log in
to leave a comment.