imgur and s3 docs

This commit is contained in:
psychobunny
2014-04-25 18:39:17 -04:00
parent be2ed6b7d7
commit eae4fa59e3
2 changed files with 7 additions and 5 deletions

View File

@@ -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.

View File

@@ -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