MongoDB 썸네일형 리스트형 mongoDB 소스 설치 mongoDB 소스 설치 mongoDB 다운로드 사이트https://www.mongodb.com/download-center#community 1. mongoDB 다운로드wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel62-3.4.4.tgz2. mongoDB 압축 해제tar xvfz mongodb-linux-x86_64-rhel62-3.4.4.tgz3. mongoDB 서브디렉토리 생성mv mongodb-linux-x86_64-rhel62-3.4.4 /appdata/ln -s /appdata/mongodb-linux-x86_64-rhel62-3.4.4 /appdata/mongodbmkdir -p /appdata/mongodb/{data,con.. 더보기 Install MongoDB on CentOS6 or Linux Install MongoDB on or CentOS6 Linux1. Configure the package management system (yum)vim /etc/yum.repos.d/mongodb.repo$ vim /etc/yum.repos.d/mongodb.repo[mongodb-org-2.6]name=MongoDB 2.6 Repositorybaseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/gpgcheck=0enabled=12. Install the MongoDB packages and associated toolsyum install -y mongodb-org3-1. Run MongoDB Community Editionservic.. 더보기 이전 1 2 3 다음