我需要在我的 Linux 上安裝 mongodb 伺服器。要透過 yum 命令安裝,我需要將其新增至我的儲存庫。有人可以指導我如何在我的儲存庫中添加內容嗎?
http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/
請參閱上述教程的 1.2 節。另外如何找到我的系統是 32 位元還是 64 位元以及要新增哪些儲存庫。
這是我的 uname -a Linux vps.server.com 2.6.32 #1 SMP Thu Sep 22 13:24:07 MSD 2011 i686 i686 i386 GNU/Linux
答案1
打開外殼:
輸入
sudo gedit /etc/yum.repos.d/10gen-mongodb.repo
將打開一個空的 gedit 窗口,您必須在其中貼上
[10gen]
name=10gen Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/i686
gpgcheck=0
然後儲存就完成了。