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. Where are the webfiles if you manually install?

Where are the webfiles if you manually install?

Added by David Tessier about 8 years ago

I’ve installed OP on Ubuntu 16.4 using the RPM / DEB packages.
When I was going through the installer I was asked if I wanted to use or skip various install features such as a database, or apache server.
My setup already has LAMP so I decided to skip the apache part. Everything else seems to have installed fine. But now I’m left wondering… where are the web files that I need to put in /var/www/html/ ? I can’t see any instructions for manually installing the apache files.


Replies (2)

RE: Where are the webfiles if you manually install? - Added by Oliver Günther about 8 years ago

Hi David,

with the packages, when you choose to skip the apache installation for you, you are required to configure the web server yourself. OpenProject will run with unicorn at localhost:6000 by default and you’ll need to configure a forwarding proxy.
Alternatively, you can disable the unicorn server (openproject scale web=0) and manually run the rails application under /opt/openproject. This is similar to how the manual installation guide works.

In any case, you will not have the full benefit of the package setting up your environment, and until we support an existing apache installation with other configurations, we advise for letting the packager handle the setup on a separate environment.

Best,
Oliver

RE: Where are the webfiles if you manually install? - Added by Storm Lee about 8 years ago

Hi Oliver,

Could i update unicorn from localhost:6000 to IP 192.168.x.x:6000 to make it work with another Apache reverse proxy from other host ?

Regards,
Phong

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