Thanks for letting me know and pointing me in the right direction. 👍
How to configure plugins?
-
Installed nodebb-plugin-s3-uploads, activated it but how do i configure it?
installed nodebb-plugin-import
enabled it then as instructed go to mydomain
http://localhost:4567/admin/plugins/import (or whatever URL your instance lives on)and get /
admin/plugins/import Not Found -
@Mirko Have you restarted your NodeBB after you enabled the plugin? After that have you refreshed your browser? If you have done both of those you should see the S3 plugin in the plugin drop down area of the ACP from which you may configure it:
-
Once you enable new plugins, you will need to rebuild the assets by running
./nodebb build
. -
@julian Does a forum restart execute the same as
./nodebb build
? -
@rod using the
Restart
button on the ACP dashboard does runbuild
but using./nodebb restart
does not do a build. -
Ok, thanks, I'll try once more.