mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/mongodb: Fix README.
This commit is contained in:
parent
3b6650c908
commit
2882f94b2b
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
MongoDB is a scalable, high-performance, open source document-oriented database.
|
||||
MongoDB is a scalable, high-performance, open source document-oriented
|
||||
database.
|
||||
|
||||
You'll need to create a mongo user and group in order to run mongo with the provided init script:
|
||||
You'll need to create a mongo user and group in order to run mongo with
|
||||
the provided init script:
|
||||
|
||||
# groupadd -g 285 mongo
|
||||
# useradd -u 285 -d /var/lib/mongodb -s /bin/false -g mongo mongo
|
||||
|
|
Loading…
Reference in a new issue