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. Debian Wheezy (7.1) install instructions

Debian Wheezy (7.1) install instructions

Added by Jason Weir over 11 years ago

been having fits getting 2.4 installed on a new Debian box - I’ve put these instructions together that seem to work, anyone want to test them out..

#apt-get install autoconf automake bison bzip2 curl g gawk git libffi-dev libgdbm-dev libmysqlclient-dev libncurses5-dev libreadline6-dev libssl-dev libtool libyaml-dev make mysql-server pkg-config ssh vim

#\curl -sSL https://get.rvm.io | bash -s stable —ruby

#source /usr/local/rvm/scripts/rvm

#rvm install ruby-1.8.7-p371

#gem install bundler

#git clone https://github.com/opf/openproject.git

#cd openproject

#git checkout 2.4.0

#cp config/additional_environment.rb.example config/additional_environment.rb

#vi config/additional_environment.rb

add at the end “config.i18n.enforce_available_locales = false”

#cp config/database.yml.example config/database.yml

#vi config/database.yml

enter production database settings (comment out the rest)

#rvm rubygems latest-1.8

#RAILS_ENV=“production” ./setup.rb —without postgres

#RAILS_ENV=“production” script/server -d

Jason


Loading...