Content
Installation on Ubuntu 14.04 problems
Added by henry ohne over 9 years ago
Hi folks,
I’m trying now for 3 days to setup open project running Ubuntu 14.04.2 LTS in a virtual machine. I followed the packaged installation for community version, read dozens of posts, but still no success. Maybe someone can help me with my problems :-)?
One point I’m missing in the guides is how to run open project. I’m assuming that after installing open project the database and the web server, you can just run open project through your browser. But I didn’t see any info what is the port for open project? In the installation guide there was something about localhost:3000 but either my open project is not running or it’s a secret how to run open project I didn’t figure out yet :-).
Can someone help me?
Here is the log from configure command. If you need more info, please let me know.
Cheers!
root@osboxes:~# openproject-ce configure
Launching installer for openproject-ce…
Selected addons: legacy-installer mysql apache2 svn-dav smtp memcached openproject
[legacy-installer] ./bin/configure
[mysql] ./bin/configure
DONE
[apache2] ./bin/configure
DONE
[svn-dav] ./bin/configure
DONE
[smtp] ./bin/configure
DONE
[memcached] ./bin/configure
DONE
[openproject] ./bin/configure
[legacy-installer] ./bin/preinstall
[mysql] ./bin/preinstall
[apache2] ./bin/preinstall
[svn-dav] ./bin/preinstall
[smtp] ./bin/preinstall
[memcached] ./bin/preinstall
[openproject] ./bin/preinstall
[legacy-installer] ./bin/postinstall
[mysql] ./bin/postinstall
Generating /etc/openproject-ce/conf.d/database…
[apache2] ./bin/postinstall
Module proxy already enabled
Considering dependency proxy for proxy_http:
Module proxy already enabled
Module proxy_http already enabled
Module headers already enabled
Module expires already enabled
Considering dependency filter for deflate:
Module filter already enabled
Module deflate already enabled
Module filter already enabled
Site openproject-ce already enabled
-
Restarting web server apache2 AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1. Set the ‘ServerName’ directive globally to suppress this message
[ OK ]
[svn-dav] ./bin/postinstall -
Restarting web server apache2 AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1. Set the ‘ServerName’ directive globally to suppress this message
[ OK ]
[smtp] ./bin/postinstall
[memcached] ./bin/postinstall
[openproject] ./bin/postinstall
require ‘rails/all’… 0.580s
Bundler.require… 2.510s
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /opt/openproject-ce/Rakefile:35)
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /opt/openproject-ce/Rakefile:35)
Application.initialize!… [deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
/opt/openproject-ce/vendor/bundle/ruby/2.1.0/bin/rake: No such file or directory - git
6.190s
***** Seeding for locale: ‘en’
***** Loading all seed data
**** builtin_roles
**** admin_user
***** Loading production seed data
**** roles
***** Skipping roles as there are already some configured
**** activities
***** Skipping activities as there are already some configured
**** colors
***** Skipping colors as there are already some configured
**** workflows
***** Skipping types, statuses and workflows as there are already some configured
**** priorities
***** Skipping priorities as there are already some configured
**** project_statuses
***** Skipping reported project status as there are already some configured
**** project_types
***** Skipping project types as there are already some configured
***** Loading bourbon_engine seed data
***** Loading prototype_rails_engine seed data
***** Loading openproject_translations seed data
***** Loading openproject_global_roles seed data
***** Loading openproject_help_link seed data
***** Loading openproject_my_project_page seed data
***** Loading openproject_documents seed data
***** Loading reportingengine seed data
***** Loading openproject_costs seed data
***** Loading openproject_reporting seed data
***** Loading openproject_meeting seed data
***** Loading openproject_pdf_export seed data
***** Loading openproject_backlogs seed data
**** Loading production seed data
***** settings
**** Skipping settings as there are already some configured
***** Loading openproject_emoji seed data
require ‘rails/all’… 0.550s
Bundler.require… 2.460s
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /opt/openproject-ce/Rakefile:35)
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /opt/openproject-ce/Rakefile:35)
Application.initialize!… [deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
/opt/openproject-ce/vendor/bundle/ruby/2.1.0/bin/rake: No such file or directory - git
5.930s
Nothing to do.
Nothing to do.
openproject-ce stop/waiting
openproject-ce start/running
root@osboxes:~#