Back to Recipes
artisangoose
2 recipes shared
Install ElasticSearch
Follow the steps outlined in http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-repositories.html to install and start ElasticSearch on a Forge Server. Make sure to run ...
echo ">> Installing Elastic GPG Key"
wget -O - http://packages.elasticsearch.org/GPG-KEY-elasticsearch | apt-key add -
echo ">> Adding deb package"
11 years ago
artisangoose
Install Webdis - A fast HTTP interface for Redis
Make sure to run this recipe as root.
echo ">> Cloning Webdis Repo"
git clone git://github.com/nicolasff/webdis.git && cd webdis
pwd
11 years ago
artisangoose