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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Where is the WWW-directory location for openproject

Where is the WWW-directory location for openproject

Added by Deleted user almost 4 years ago

Can't find it on /var/www/html ...

There is only the standard index.html file - nothing else.

So: Where are the script files to OpenProject in their www folder?

Reason: I need the postgres connection parameters to log in via an SSH tunnel with HeidiSQL (https://www.heidisql.com/) So there can i get the DB login data??

Thx for your feedbacks... :-)


Replies (4)

RE: Where is the WWW-directory location for openproject - Added by Oliver Günther almost 4 years ago

OpenProject doesn't have any scripts like that in a public folder like with (f)cgi.

There is (OpenProject root dir)/public for some static files that get served, but it's probably not what you're looking for.

In a packaged installation, connect to the database URL with (assumes you have a matching version of postgresql-client installed)

  • `psql $(openproject config:get DATABASE_URL)`

In a docker installation, you should also have an env $DATABASE_URL that you can connect to, or connect to the container directly.

Best

Oliver

RE: RE: Where is the WWW-directory location for openproject - Added by Deleted user almost 4 years ago

OK thx.

But: So it is not possible to access postgres via SSH tunnel with HeidiSQL..?

RE: RE: Where is the WWW-directory location for openproject - Added by Deleted user almost 4 years ago

I don't like that console DB / SQL tools...

RE: Where is the WWW-directory location for openproject - Added by Deleted user almost 4 years ago

i've installed OpenProject via APT - not with docker. So where is the location in that case?

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