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. Installing OpenProject with Docker on RHEL7

Installing OpenProject with Docker on RHEL7

Added by Gom Puok over 8 years ago

Hi Folks,

I have successfuly insltalled OpenProject using docker on my VirtualBox running RHEL7. I’m able to view the Openproject main page. However when i try to change database from default Postgresql to Mysql, I’m not able to start the server. Here is the command I used.

P/s: Mysql is running on a same OS with manual installation (without using docker)

docker run -d -p 8080:80 —name openproject -e SECRET_KEY_BASE=secret -e DATABASE_URL=mysql://root:mydbpass@localhost:3306/openproject -v /var/lib/openproject/pgdata:/var/lib/postgresql/9.4/main -v /var/lib/openproject/logs:/var/log/supervisor -v /var/lib/openproject/static:/var/db/openproject openproject/community:6

Could anyone enlighten me what was went wrong?

Thank you

Gom


Loading...