Content
You are here:
Installation problem on Debian
Added by Luka Obuljen about 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)
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:
If you see a promt like this, the app is working (ruby, database connection,…):
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
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.