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. Installation problem on Debian

Installation problem on Debian

Added by Luka Obuljen over 10 years ago

Hello,

I tried to install OpenProject on Debian. I followed all instruction, line by line, and I repeated process few times, but at end when I try to open it, server only list files in public folder. I tried everything what come to my mind, and nothing help.

Can someone please tell me what I am doing wrong, and how to make Open Project to work.

Thanks


Replies (2)

RE: Installation problem on Debian - Added by Christian Ratz over 10 years ago

Hello Luka,

very hard to help you with nearly no information ;) but I will try it.

First you should check if the OpenProject App is working, go to your rails (OpenProject) root folder and open a rails console with the following command:

bundle exec rails c

If you see a promt like this, the app is working (ruby, database connection,…):

....
Loading development environment (Rails 3.2.19)

Frame number: 0/4
[1] pry(main)> 

Assuming this works I have to know how do you start the server and if you wanna run OpenProject in production or development environment.

Best
Ratzi

RE: Installation problem on Debian - Added by Luka Obuljen over 10 years ago

I got this:

pplication.initialize!… [deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
2.290s
Loading development environment (Rails 3.2.19)

Frame number: 0/4

I’m running on production hosting (mainly with php sites).
This is first try of enabling ruby on this apache server, so maybe its something in apache configuration.

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