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. [solved] OpenProject in the Background - AutoStart of the Rail App

[solved] OpenProject in the Background - AutoStart of the Rail App

Added by Alexander Liebrecht almost 8 years ago

Hello Community,

Finally after several hours I have OpenProject installed under Centos 7.3 in Linux. But a question, I start the Rail App with this command.

rails s -b 0.0.0.0

But how can I run OpenProject automatically because I have to continue working with the console.

This start command does not work in development mode.

touch tmp/restart.txt

Thanks in advance.


Replies (3)

RE: OpenProject in the Background - AutoStart of the Rail App - Added by Oliver Günther almost 8 years ago

Hi Alexander,

If you’re unsure how to set up OpenProject, we strongly suggest you use our packaged installation to install and upgrade OpenProject. It will set up OpenProject as well as an integration into apache2 (if you choose so in the installer wizard ).
In this case, the application will run through a Unicorn ruby app server behind a proxy served by Apache.

touch tmp/restart.txt is a helper for Rails applications run through the passenger web app server. It does nothing if the Rails application is not served through passenger.
In our manual installation guide , there is a section regarding the integration of OpenProject into apache2 using passenger.

Best,
Oliver

RE: OpenProject in the Background - AutoStart of the Rail App - Added by Alexander Liebrecht almost 8 years ago

Hi Oliver,

Thanks for your hints and tips. I have now implemented a package installation and have only the only problem that I can not log in.

Error displayed is as follows.

Cross-Site-Request-Forgery Token kann nicht verifiziert werden.

I’ve already tried everything, nothing helps.

My project is at https://portfolio.liebrecht-projekte.de and I can not log in as admin with the password “admin”.

Could you help me?

Thanks in advance.

RE: OpenProject in the Background - AutoStart of the Rail App - Added by Alexander Liebrecht almost 8 years ago

Hi Oliver again,

I have solved the cookie problem now. It seems that deleting the cookies directly in the browser is not enough. So I deleted it with the external tool called Ccleaner and already I could log in as admin:admin.

I just did not come, but with time one gets a bit smarter :)

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