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

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. [3.0] AutoStart THIN SERVER on Ubuntu Lucid

[3.0] AutoStart THIN SERVER on Ubuntu Lucid

Added by Mario Montes about 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 about 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 about 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...