MongoDB
 sql >> Datenbank >  >> NoSQL >> MongoDB

Beim Bereitstellen der Node.Js-App mit mongoDB auf Elastic Beanstalk erhalte ich eine Fehlermeldung

wenn Sie die hier beschriebene Lösung verwenden dann hat mich das in Schwung gebracht:

01_enable_rootaccess: command: echo Defaults:root \!requiretty >> /etc/sudoers 02_install_mongo: - command: yum install -y mongo-10gen-server + command: yum install -y mongo-10gen-server mongodb-org-mongos ignoreErrors: true 03_turn_mongod_off: command: sudo chkconfig mongod off