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. [3.0] AutoStart THIN SERVER on Ubuntu Lucid

[3.0] AutoStart THIN SERVER on Ubuntu Lucid

Added by Mario Montes over 11 years ago

I followed the procedure for installing version 3.0, and everything is fine when I boot with the THIN OpenProject user. The problem is when I try to start as a service in / etc / init.d / thin start.

What is the correct method?


Replies (2)

RE: [3.0] AutoStart THIN SERVER on Ubuntu Lucid - Added by Christian Ratz over 11 years ago

Hi Marion,

you should NOT use the build in Thin webserver for production environment. We recommend apache2 or nginx together with phusion passenger. On this wiki page you can find some instructions, for different operating systems, how to setup this stuff.

https://www.openproject.org/projects/openproject/wiki/Installation_OpenProject_3_0

Best
Ratzi

RE: [3.0] AutoStart THIN SERVER on Ubuntu Lucid - Added by Mario Montes over 11 years ago

My proxy server is nginx, which is on another machine. What I need is to start the service “init.d” or “rc.local” on my server.

I start it with:

RAILS_ENV="production" bundle exec thin -e production --servers 2 -c /home/openproject/openproject/ start
  • (1 - 2/2)
Loading...