RSS Git Download  Clone
  artifacts p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  docker-scripts p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  scripts p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  test p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  .gitignore 243B p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  Dockerfile 2kB p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  build-configure 141B p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  docker-debian-testing-mongodb-stable.iml 404B p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  readme.md 425B p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  run-built 187B p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  run-preconfigured 188B p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  tag-built 309B p3x-robot sunday release 2018-1-20 10:36:13 8 years ago
  tag-installed 300B 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 ```