Content
You are here:
Create new plugin, but I don't see in the plugin list
Added by Michael Freitter about 9 years ago
Greetings,
I have create a new plugin and store it in the folder “/opt/openproject-ce/vendored-plugins”.
Than I have insert this code
PATH remote: vendored-plugins/openproject-wide_wp specs: openproject-wide_wp (0.0.1) rails (~> 3.2.14)
in the file Gemlock.file
and the code
@ gem “openproject-wide_wp”, path: “vendored-plugins/openproject-wide_wp”@
in the file Gemfile.plugin
But I can’t see the new plugin in the list “administration” -> “plugins”?
What am I doing wrong?
Regards
Michael