The proper way to deploy a custom plugin
-
I needed two customised plugins for our forum (one scaled back FB SSO and one for bulk user creation). Initially I had huge problems making the plugins actually show up. I ended up adding symbolic links to each from node_modules.
That way they showed up as "installed" and could be activated.
However, is this really "the right way" of doing it? The docs say use "npm install" (which installed the dependencies but not much more). What's the proper way of deploying a plugin that's not made for public use?
Copyright © 2024 NodeBB | Contributors