Skip to content

Instantly share code, notes, and snippets.

@lambdaofgod
Last active August 13, 2020 09:19
Show Gist options
  • Select an option

  • Save lambdaofgod/686dfaf29198aa90ff47cea55505e88a to your computer and use it in GitHub Desktop.

Select an option

Save lambdaofgod/686dfaf29198aa90ff47cea55505e88a to your computer and use it in GitHub Desktop.
sudo apt-get install -y libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6 icu-devtools libicu-dev
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
sudo apt-get install npm
sudo npm i elasticdump
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
sudo docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment