mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-21 05:57:43 +01:00
more documentation, man reST hurts my brain
This commit is contained in:
11
docs/databases.rst
Normal file
11
docs/databases.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
Configuring Databases
|
||||
=====================
|
||||
|
||||
|
||||
testing
|
||||
|
||||
|
||||
testing
|
||||
-------
|
||||
|
||||
testing
|
||||
@@ -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,8 +12,20 @@ Installing NodeBB
|
||||
:maxdepth: 2
|
||||
|
||||
installing
|
||||
installing_cloud
|
||||
|
||||
|
||||
.. _configuring:
|
||||
|
||||
Configuring NodeBB
|
||||
------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
databases
|
||||
proxies
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
|
||||
@@ -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.
|
||||
11
docs/installing_cloud.rst
Normal file
11
docs/installing_cloud.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
Installing NodeBB on the Cloud
|
||||
==============================
|
||||
|
||||
|
||||
testing
|
||||
|
||||
|
||||
testing
|
||||
-------
|
||||
|
||||
testing
|
||||
11
docs/proxies.rst
Normal file
11
docs/proxies.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
Configuring Web Server / Proxies
|
||||
================================
|
||||
|
||||
|
||||
testing
|
||||
|
||||
|
||||
testing
|
||||
-------
|
||||
|
||||
testing
|
||||
Reference in New Issue
Block a user