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

Updated by ignu jee about 7 years ago

I am running openproject as a deamonized container in Ubuntu GNU/Linux 16.04. Installed with the following command.

\`sudo docker run -d -p 8080:80 —name openproject -e SECRET\_KEY\_BASE=secret -v /var/lib/openproject/pgdata:/var/lib/postgresql/9.6/main -v /var/lib/openproject/logs:/var/log/supervisor -v /var/lib/openproject/static:/var/db/openproject openproject/community:7\`

I start the container using

\`sudo docker start openproject\`.

and then open the webapplication on my browser using

\`http://localhost:8080\`

Sometimes the web-application starts successfully. But some other times it doesnt start and shows a cannot connect to server error. I have tried on Mozilla Firefox and Chromium. Using both browsers, the web-application behaves in the same way. Attached are the copies of error message on browser and copies of log files.

Firewall disabled, Apache is not installed separately, externally as service. Postgres is installed externally.

Back

Loading...