A. `URL of this installation` is either your public ip address from your ssh `Login` or your domain name pointing to that ip address.
**Example:**`http://0.0.0.0` or `http://example.org`
B. `Port number of your NodeBB` is the port needed to access your site:
**Note:** If you do not proxy your port with something like nginx then port 80 is recommended for production.
C. If you used the above steps to setup your redis-server then use the default redis settings.
7. Start NodeBB process:
**Run NodeBB manually:**
**Note:** This should not be used for production.
..code:: bash
$ node app
8. Visit your app!
**Example:** With a port of 4567: ``http://0.0.0.0:4567`` or ``http://example.org:4567``
**Note:** With port 80 the `:80` does not need to be entered.
**Note:** If these instructions are unclear or if you run into trouble, please let us know by `filing an issue <https://github.com/designcreateplay/NodeBB/issues>`_.