Content
You are here:
Docker quickstart fails
Added by ATX ATX about 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)
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.
Hi Brian,
this issue was fixed with , a new image was created end of December.
Best,
Oliver