You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
519 B
ReStructuredText

LevelDB
=======
Follow the :doc:`installation instructions <../../installing/os>` for your particular OS but feel free to omit the Redis installation.
After cloning NodeBB, ensure that you run:
.. code::
npm install levelup leveldown
Finally, set up a directory to store your LevelDB database, for example:
.. code::
mkdir /var/level/
Run the NodeBB install, select ``level`` when it prompts you for your database. If you created the folder as above, you can leave the rest of the questions as default.