From c41f983df956799c5bd50575c154e89a9b58c03f Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 25 Apr 2014 17:31:40 -0400 Subject: [PATCH] ported level docs --- docs/configuring/databases/level.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/configuring/databases/level.rst b/docs/configuring/databases/level.rst index ed2e4410d8..3732ca4101 100644 --- a/docs/configuring/databases/level.rst +++ b/docs/configuring/databases/level.rst @@ -1,15 +1,19 @@ LevelDB ======= -Follow the instructions on the [homepage](https://github.com/designcreateplay/NodeBB/wiki) but feel free to omit the Redis installation. +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. \ No newline at end of file +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. \ No newline at end of file