Content
You are here:
User Created Plugin Not Listed in Plugins Menu
Added by Peter Sussman almost 9 years ago
Hello,
I’m trying to follow the tutorial listed here:
https://www.openproject.org/open-source/development/create-openproject-plugin/
However, after I generate my plugin, add it to Gemfile.plugins, and run bundle install it still wont show up when I click my username, go to Administration, and then go to Plugins.
I found a thread for a similar issue and it listed running these two commands followed by an apache restart as a solution, but it didn’t help:
RAILS_ENV=production bundle exec rake db:migrate
RAILS_ENV=production bundle exec rake assets:precompile
Thanks!