Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Docker quickstart fails

Docker quickstart fails

Added by ATX ATX over 6 years ago

Hi

The docker oneliner quickstart fails, could you please advice ?

root@vps332727:/# docker run -it -p 8102:80 -e SECRET_KEY_BASE=secret openproject/community:8                                         
-----> Database cluster not found. Creating a new one in /var/lib/postgresql/9.6/main...
       The files belonging to this database system will be owned by user "postgres".
       This user must also own the server process.
       
       The database cluster will be initialized with locale "C".
       The default text search configuration will be set to "english".
       
       Data page checksums are disabled.
       
       fixing permissions on existing directory /var/lib/postgresql/9.6/main ... ok
       creating subdirectories ... ok
       selecting default max_connections ... 100
       selecting default shared_buffers ... 128MB
       selecting dynamic shared memory implementation ... posix
       creating configuration files ... ok
       running bootstrap script ... ok
       performing post-bootstrap initialization ... ok
       syncing data to disk ... ok
       
       Success. You can now start the database server using:
       
           /usr/lib/postgresql/9.6/bin/pg_ctl -D /var/lib/postgresql/9.6/main -l logfile start
       
       Starting PostgreSQL 9.6 database server: main.
       CREATE ROLE
       /usr/src/app /usr/src/app
       /usr/src/app
       /usr/src/app /usr/src/app
       Starting memcached: memcached.
rake aborted!
Gem::LoadError: You have already activated rake 12.3.0, but your Gemfile requires rake 12.3.1. Prepending `bundle exec` to your command may solve this.
/usr/src/app/config/boot.rb:39:in `<top (required)>'
/usr/src/app/config/application.rb:30:in `<top (required)>'
/usr/src/app/Rakefile:33:in `<top (required)>'
(See full trace by running task with --trace)
root@vps332727:/# 

Replies (2)

RE: Docker quickstart fails - Added by Brian Schonecker over 6 years ago

Yes, I'm having the same issue.  Even trying to build the container from source is giving me fits.

I've been able to start v7 tag of OP but I get only the default Apache web page, not the OP admin page.

RE: Docker quickstart fails - Added by Oliver Günther over 6 years ago

Hi Brian, 

this issue was fixed with , a new image was created end of December.

Best,

Oliver

  • (1 - 2/2)
Loading...