RSS Git Download  Clone
..
  build 345B p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  install 361B p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  readme.md
# Add user ```bash cp ./artifacts/root-filesystem/etc/systemd/system/mongodb-server.service /etc/systemd/system/mongodb.service cp ./artifacts/root-filesystem/etc/mongodb.conf /etc/mongodb.conf sudo useradd mongodb -d /var/lib/mongodb -s /bin/false || true sudo -u mongodb mkdir -p /var/lib/mongodb sudo chmod o-rwx -R /var/lib/mongodb systemctl daemon-reload systemctl enable mongodb-server service mongodb-server start ```