Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jurek2006/8ae9688e1a77dc60ab06602e08db565c to your computer and use it in GitHub Desktop.
Save jurek2006/8ae9688e1a77dc60ab06602e08db565c to your computer and use it in GitHub Desktop.
mongo-db - uruchamianie w linuxie
#uruchamiam mongodb z danymi z folderu home /mongo-data
mongod --dbpath ~/mongo-data
#przykład
mongod --dbpath ~/PROGRAMOWANIE/mongo-data/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment