Files
NodeBB/docs/configuring/databases/level.rst

19 lines
519 B
ReStructuredText
Raw Normal View History

2014-04-25 17:24:18 -04:00
LevelDB
=======
2014-04-25 17:31:40 -04:00
Follow the :doc:`installation instructions <../../installing/os>` for your particular OS but feel free to omit the Redis installation.
2014-04-25 17:24:18 -04:00
After cloning NodeBB, ensure that you run:
2014-04-25 17:31:40 -04:00
.. code::
2014-04-25 17:24:18 -04:00
npm install levelup leveldown
Finally, set up a directory to store your LevelDB database, for example:
2014-04-25 17:31:40 -04:00
.. code::
2014-04-25 17:24:18 -04:00
mkdir /var/level/
2014-04-25 17:31:40 -04:00
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.