MongoDB - Installing MongoDB on Linux

來源:互聯網
上載者:User

標籤:服務   環境   data   nbsp   http   cat   最新   ini   下載   

1. 下載最新穩定版本的安裝包。

[[email protected] mongodb]$ wget -c --no-check-certificate https://fossies.org/linux/misc/mongodb-linux-x86_64-3.2.11.tgz

2. 解壓安裝包。

[[email protected] mongodb]$ tar -zxvf mongodb-linux-x86_64-3.2.11.tgz 

3. 設定環境變數。

[[email protected] ~]$ export PATH=/home/huey/mongodb/mongodb-linux-x86_64-3.2.11/bin:$PATH

4. 建立資料目錄。

[[email protected] ~]$ mkdir -p ~/data/db

5. 啟動服務。

[[email protected] ~]$ mongod --dbpath ~/data/db &[1] 16529[[email protected] ~]$ 2016-11-30T11:01:24.214+0800 I CONTROL  [initandlisten] MongoDB starting : pid=16529 port=27017 dbpath=/home/huey/data/db 64-bit host=huey2016-11-30T11:01:24.215+0800 I CONTROL  [initandlisten] db version v3.2.112016-11-30T11:01:24.215+0800 I CONTROL  [initandlisten] git version: 009580ad490190ba33d1c6253ebd8d91808923e42016-11-30T11:01:24.215+0800 I CONTROL  [initandlisten] allocator: tcmalloc......

6. 運行 MongoDB Shell

[[email protected] ~]$ mongoMongoDB shell version: 3.2.11connecting to: test...> 1 + 12> 

 

MongoDB - Installing MongoDB on Linux

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.