configuring databases, init

This commit is contained in:
psychobunny
2014-04-25 17:24:18 -04:00
parent 0e13c585d6
commit a7a70accad
5 changed files with 198 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
LevelDB
=======
Follow the instructions on the [homepage](https://github.com/designcreateplay/NodeBB/wiki) but feel free to omit the Redis installation.
After cloning NodeBB, ensure that you run:
npm install levelup leveldown
Finally, set up a directory to store your LevelDB database, for example:
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.