|
|
|
@ -73,14 +73,13 @@ To add a user to access the `nodebb` database, type:
|
|
|
|
|
|
|
|
|
|
Step 7: Configure MongoDB
|
|
|
|
|
-------------------------
|
|
|
|
|
|
|
|
|
|
MongoDB needs text search enabled. Modify ``/etc/mongodb.conf``.
|
|
|
|
|
Modify ``/etc/mongodb.conf``.
|
|
|
|
|
|
|
|
|
|
.. code::
|
|
|
|
|
|
|
|
|
|
# nano /etc/mongodb.conf
|
|
|
|
|
|
|
|
|
|
Add ``setParameter=textSearchEnabled=true`` to the end. Also, to enable authentication, uncomment ``auth = true``. Restart MongoDB.
|
|
|
|
|
To enable authentication, uncomment ``auth = true``. Restart MongoDB.
|
|
|
|
|
|
|
|
|
|
.. code::
|
|
|
|
|
|
|
|
|
|