imgur and s3 docs

v1.18.x
psychobunny 11 years ago
parent be2ed6b7d7
commit eae4fa59e3

@ -13,7 +13,11 @@ You can use : "Anonymous usage without user authorization"
After that you will get a "Client ID".
Then install the nodebb-plugin-imgur with `npm install nodebb-plugin-imgur`.
Then install nodebb-plugin-imgur:
.. code::
npm install nodebb-plugin-imgur
Activate the plugin from the control panel and restart NodeBB.
@ -26,6 +30,4 @@ Uploading to Amazon S3
.. note::
No documentation for this yet!
See `the plugin thread <https://community.nodebb.org/topic/796/nodebb-plugin-s3-uploads-store-your-uploads-in-aws-s3>`_ for more information.
No documentation for this yet! See `the plugin thread <https://community.nodebb.org/topic/796/nodebb-plugin-s3-uploads-store-your-uploads-in-aws-s3>`_ for more information.

@ -28,7 +28,7 @@ Running a Secondary Database
**This option is experimental and should not be used on a production environment.**
Both databases **must** be flushed before beginning - there isn't a mechanism yet that detects an existing installation on one database but not another. Until fail-safe's such as these are implemented this option is hidden under the `--advanced` setup flag.
Both databases **must** be flushed before beginning - there isn't a mechanism yet that detects an existing installation on one database but not another. Until fail-safe's such as these are implemented this option is hidden under the ``--advanced`` setup flag.
.. code:: bash

Loading…
Cancel
Save