mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-07 01:09:21 +02:00
fixed all of the internal links that were still pointing to the wiki
This commit is contained in:
@@ -123,4 +123,4 @@ To start the app, run:
|
||||
|
||||
Now visit ``yourdomainorip.com:4567`` and your NodeBB installation should be running.
|
||||
|
||||
NodeBB can also be started with helper programs, such as [``supervisor`` and ``forever``](https://github.com/designcreateplay/NodeBB/wiki/How-to-run-NodeBB). You can also use `nginx` as a [reverse proxy](https://github.com/designcreateplay/NodeBB/wiki/Configuring-nginx-as-a-proxy-to-NodeBB).
|
||||
NodeBB can also be started with helper programs, such as :doc:`supervisor or forever <../../running/index>`. You can also use ``nginx`` as a :doc:`reverse proxy <../../configuring/proxies>`).
|
||||
@@ -167,11 +167,11 @@ And after all.. let's run the NodeBB forum
|
||||
$ ./nodebb start
|
||||
|
||||
|
||||
**Note:** If you NodeBB or your server crash, your NodeBB instance will not reboot (snap), this is why you should take a look at the other way to start your NodeBB instance with helper programs such as ``supervisor`` and ``forever``, just `take a look here <https://github.com/designcreateplay/NodeBB/wiki/How-to-run-NodeBB>`_ it's simple as a click!
|
||||
**Note:** If you NodeBB or your server crash, your NodeBB instance will not reboot (snap), this is why you should take a look at the other way to start your NodeBB instance with helper programs such as ``supervisor`` and ``forever``, just :doc:`take a look here <../../running/index>` it's simple as a click!
|
||||
|
||||
Extras, tips and Advice
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
You should secure your NodeBB installation, `take a look here <https://github.com/designcreateplay/NodeBB#securing-nodebb>`_.
|
||||
|
||||
You should use Nginx in order to reverse proxy your NodeBB installation on the port 80, `take a look here <https://github.com/designcreateplay/NodeBB/wiki/Configuring-nginx-as-a-proxy-to-NodeBB>`_
|
||||
You should use Nginx (or similar) in order to reverse proxy your NodeBB installation on the port 80, :doc:`take a look here <../../configuring/proxies>`
|
||||
@@ -130,4 +130,4 @@ Installation
|
||||
Upgrading NodeBB
|
||||
----------------
|
||||
|
||||
**Note:** Detailed upgrade instructions are listed in [Upgrading NodeBB](https://github.com/designcreateplay/NodeBB/wiki/Upgrading-NodeBB).
|
||||
**Note:** Detailed upgrade instructions are listed in :doc:`Upgrading NodeBB <../../upgrading/index>`.
|
||||
@@ -55,4 +55,4 @@ Lastly, we run the forum.
|
||||
$ ./nodebb start
|
||||
|
||||
|
||||
NodeBB can also be started with helper programs, such as ``supervisor`` and ``forever``. `Take a look at the options here <https://github.com/designcreateplay/NodeBB/wiki/How-to-run-NodeBB>`_.
|
||||
NodeBB can also be started with helper programs, such as ``supervisor`` and ``forever``. :doc:`Take a look at the options here <../../running/index>`.
|
||||
Reference in New Issue
Block a user