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
General discussion
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. General discussion
  5. Start Server

Start Server

Added by Douglas Leonardo about 11 years ago

I installed Open Project on an external server, when I leave the server, OpenProject falls. Have spent the parameter & when I start it but does not solve. Algém can help?


Replies (1)

RE: Start Server - Added by Patrick _ about 11 years ago

I run it with the d option:

RAILS_ENV=production bundle exec rails server -d

You can kill it by finding the process id with lsof and kill the process:

lsof -i :3000 kill -9 ##INSERT_PID##

This will leave it on in the background. Maybe the better option is to set it up in apache:

https://www.openproject.org/topics/684

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