Laravel Community Tools by
Tighten
Laravel Versions
PHP Releases
Nova Packages
Laravel Tricks
Forge Recipes
Forge Recipes
Staff Picks
All Recipes
Login
Staff Picks
All Recipes
Login
Back to Recipes
Elasticsearch 5x
6 years ago
saimemre
un-tested
install elasticsearch 5x versions
Clone
bash
Copy
echo ">> Installing Elastic GPG Key" wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - sudo apt-get install apt-transport-https echo "deb https://artifacts.elastic.co/packages/5.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-5.x.list echo ">> Updating apt" apt-get update echo ">> Installing Java and Elastic Search" apt-get -y install openjdk-8-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.