Created
April 3, 2018 13:51
-
-
Save fnzv/7b9be5fbadd2f108295700cb47733254 to your computer and use it in GitHub Desktop.
Install ElasticDump on Ubuntu 16
This file contains 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
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - | |
sudo apt-get install -y nodejs | |
ln -s /usr/bin/nodejs /usr/bin/node | |
npm install elasticdump -g | |
elasticdump --help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment