Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • 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

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. Installation problem on Debian

Installation problem on Debian

Added by Luka Obuljen almost 11 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 almost 11 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 almost 11 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...