Content
Install Openproject on Plesk with Let's Encrypt certificate for a subdomain
Added by Santi Calvo over 5 years ago
Hello,
I can't install Openproject on a VPS running Ubuntu 18.04 with Plesk Onyx 17.8.11.
In Plesk, I have created a Subdomain "openproject.mydomain.com" and added a Let's Encrypt certificate via the Plesk Admin Panel.
Then I tried both the manual installation and the installation via apt. I have failed in both cases.
Using Apt, Openproject installs in /opt/openproject. The problem is that Plesk creates the subdomain in the path /var/www/vhosts/mydomain.com/openproject.mydomain.com. The subdomain's httpd.conf file for Apache and the nginx proxy settings are automatically created. The let's encrypt certificate works throug them. Plesk offers a page to add aditional Apache & Nginx settings but I can't figure out what to write there to make it work.
I have Ruby, node and Postgre already installed on the system:
$ruby --version
ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux]
$ gem --version
3.0.4
$ npm --version
6.9.0
In the manual installation, I get the code throug git, then I follow all the steps until I get to this command: RAILS_ENV="production" ./bin/rake db:create
. When I run that command the terminal freezes. I killed it running bin/spring stop
as they say here. Then I get the following error:
concern.rb:128:in `included': Cannot define multiple 'included' blocks for a Concern (ActiveSupport::Concern::MultipleIncludedBlocks)**concern.rb:128:in `included': Cannot define multiple 'included' blocks for a Concern (ActiveSupport::Concern::MultipleIncludedBlocks)**concern.rb:128:in `included': Cannot define multiple 'included' blocks for a Concern (ActiveSupport::Concern::MultipleIncludedBlocks)**
I have asked this same question on StackOverflow.
This is the complete stack trace:
RAILS_ENV="production" ./bin/rake db:create
/var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/vendor/bundle/ruby/2.6.0/bundler/gems/openproject-translations-35c677f634a5/lib/open_project/translations.rb:17: warning: already initialized constant OpenProject::Translations::IN_CONTEXT_TRANSLATION_CODE
/var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/vendor/bundle/ruby/2.6.0/bundler/gems/openproject-translations-35c677f634a5/lib/open_project/translations.rb:17: warning: previous definition of IN_CONTEXT_TRANSLATION_CODE was here
/var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/vendor/bundle/ruby/2.6.0/bundler/gems/openproject-translations-35c677f634a5/lib/open_project/translations.rb:18: warning: already initialized constant OpenProject::Translations::IN_CONTEXT_TRANSLATION_NAME
/var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/vendor/bundle/ruby/2.6.0/bundler/gems/openproject-translations-35c677f634a5/lib/open_project/translations.rb:18: warning: previous definition of IN_CONTEXT_TRANSLATION_NAME was here
/var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/modules/backlogs/app/models/story.rb:166: warning: already initialized constant Story::ORDER
/var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/modules/backlogs/app/models/story.rb:166: warning: previous definition of ORDER was here
/var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/modules/github_integration/lib/open_project/github_integration/hook_handler.rb:18: warning: already initialized constant OpenProject::GithubIntegration::HookHandler::KNOWN_EVENTS
/var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/modules/github_integration/lib/open_project/github_integration/hook_handler.rb:18: warning: previous definition of KNOWN_EVENTS was here
/var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.2.1/lib/active_support/concern.rb:128:in `included': Cannot define multiple 'included' blocks for a Concern (ActiveSupport::Concern::MultipleIncludedBlocks)
from /var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/app/controllers/concerns/omniauth_login.rb:36:in `<module:OmniauthLogin>'
from /var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/app/controllers/concerns/omniauth_login.rb:33:in `<top (required)>'
from /var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.2.1/lib/active_support/dependencies.rb:476:in `load'
from /var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.2.1/lib/active_support/dependencies.rb:476:in `block in load_file'
from /var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.2.1/lib/active_support/dependencies.rb:661:in `new_constants_in'
........
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/2.6.0/tsort.rb:431:in `each_strongly_connected_component_from'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/2.6.0/tsort.rb:349:in `block in each_strongly_connected_component'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/2.6.0/tsort.rb:347:in `each'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/2.6.0/tsort.rb:347:in `call'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/2.6.0/tsort.rb:347:in `each_strongly_connected_component'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/2.6.0/tsort.rb:226:in `tsort_each'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/2.6.0/tsort.rb:205:in `tsort_each'
from /var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/vendor/bundle/ruby/2.6.0/gems/railties-5.2.2.1/lib/rails/initializable.rb:60:in `run_initializers'
........
from /var/www/vhosts/mydomain.com/openproject.mydomain.com/openproject/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.2.1/lib/active_support/dependencies.rb:291:in `require'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/gems/2.6.0/gems/spring-2.0.2/lib/spring/application.rb:102:in `preload'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/gems/2.6.0/gems/spring-2.0.2/lib/spring/application.rb:153:in `serve'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/gems/2.6.0/gems/spring-2.0.2/lib/spring/application.rb:141:in `block in run'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/gems/2.6.0/gems/spring-2.0.2/lib/spring/application.rb:135:in `loop'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/gems/2.6.0/gems/spring-2.0.2/lib/spring/application.rb:135:in `run'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/gems/2.6.0/gems/spring-2.0.2/lib/spring/application/boot.rb:19:in `<top (required)>'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from /opt/plesk/ruby/2.6.3/lib/x86_64-linux-gnu/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from -e:1:in `<main>'
username@host:~/openproject.mydomain.com/openproject$