# MongoDB contributed by < `ArielWu0203` > ###### tags: `DB_Note` ## Install & Excute Download : https://robomongo.org/download ```css= $ tar -xvzf robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz $ sudo mkdir /usr/local/bin/robomongo $ sudo mv robo3t-1.2.1-linux-x86_64-3e50a65/* /usr/local/bin/robomongo ``` ```css= $ cd /usr/local/bin/robomongo/bin/ // 設定權限 $ sudo chmod +x robo3t $ ./robo3t ``` ## MongoDB exception: connect faild ```css= // 確認狀態 $ service mongod status // 若 `Active : inactive(dead)` $ sudo service mongod start ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up