Last active
May 1, 2020 23:41
-
-
Save wilmeragsgh/2a24ea8a84dce7d8010e8260cb3d596b to your computer and use it in GitHub Desktop.
Installing Robomongo for management of Mongo instances
This file contains hidden or 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
wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz | |
tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz | |
mkdir /usr/local/bin/robomongo | |
mv robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/bin/robomongo | |
cd /usr/local/bin/robomongo/bin | |
#sudo chmod +x robomongo ## run command only if robomongo isn't excutable file | |
#./robomongo | |
# ref: http://askubuntu.com/questions/739297/how-to-install-robomongo-ubuntu-system-please-let-me-know/781793 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment