diff --git a/docs/databases.rst b/docs/databases.rst new file mode 100644 index 0000000000..9c2b4036ec --- /dev/null +++ b/docs/databases.rst @@ -0,0 +1,11 @@ +Configuring Databases +===================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 01814fff62..4119d64013 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,6 +3,8 @@ | NodeBB is a next-generation discussion platform that utilizes web sockets for instant interactions and real-time notifications. NodeBB forums have many modern features out of the box such as social network integration and streaming discussions. +.. _installing: + Installing NodeBB ----------------- @@ -10,7 +12,19 @@ Installing NodeBB :maxdepth: 2 installing + installing_cloud + + +.. _configuring: + +Configuring NodeBB +------------------ + +.. toctree:: + :maxdepth: 2 + databases + proxies Indices and tables ================== diff --git a/docs/installing.rst b/docs/installing.rst index 09e29aaf50..26bd7ad5f9 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -1,5 +1,5 @@ -Installing NodeBB -================= +NodeBB Installation by OS +========================= Welcome to the NodeBB wiki! We'll try to keep this wiki up-to-date regarding various aspects of NodeBB @@ -248,7 +248,7 @@ After this, add the following GPC keys : And update your package source : .. code:: bash - + $ sudo apt-get update @@ -273,7 +273,7 @@ After this, add the following GPC keys : And update your package source : .. code:: bash - + $ sudo apt-get update @@ -382,4 +382,4 @@ And run NodeBB on "watch" mode: ./nodebb watch -It will launch NodeBB in development mode, and watch files that change and automatically restart your forum. +It will launch NodeBB in development mode, and watch files that change and automatically restart your forum. \ No newline at end of file diff --git a/docs/installing_cloud.rst b/docs/installing_cloud.rst new file mode 100644 index 0000000000..5668b58d57 --- /dev/null +++ b/docs/installing_cloud.rst @@ -0,0 +1,11 @@ +Installing NodeBB on the Cloud +============================== + + +testing + + +testing +------- + +testing \ No newline at end of file diff --git a/docs/proxies.rst b/docs/proxies.rst new file mode 100644 index 0000000000..adbd8c37ea --- /dev/null +++ b/docs/proxies.rst @@ -0,0 +1,11 @@ +Configuring Web Server / Proxies +================================ + + +testing + + +testing +------- + +testing \ No newline at end of file