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. Timelines and Gantt charting

Timelines and Gantt charting

Added by Chris Hale over 11 years ago

I’ve installed openproject on Ubuntu and CentOS 6, and created projects, but I’m not seeing the Timeline and/or Gantt modules. Is this a plugin or a separate install?


Replies (7)

RE: Timelines and Gantt charting - Added by Martin Czuchra over 11 years ago

Did you install the master or feature/rails3 branch? Timelines is a plugin to the master branch, and that plugin was never released. In feature/rails3, Timelines is included in the core. In master, Gantt should be included, in feature/rails3 Gantt was removed.

Timelines therefore replaces Gantt in the feature/rails3 branch. You should have one of those modules available in your installation. Where exactly can you not see the Timeline or Gantt modules?

RE: Timelines and Gantt charting - Added by Chris Hale over 11 years ago

Thanks very much for your reply. I installed the master/stable branch. I’m not finding how to start the gantt charting, and I noticed that neither gantt nor timelines were available from the modules tab.

RE: Timelines and Gantt charting - Added by Martin Czuchra over 11 years ago

You’re right. I have been informed that indeed gantt charts were removed from master, and the source tells me that happened 5 months ago.

You could try installing a version before gantt was removed, or you could switch to the unstable feature/rails3 branch, which has timelines included.

RE: Timelines and Gantt charting - Added by Chris Hale over 11 years ago

Thanks Martin. I’ve been able to get ChiliProject 3.8.0.93de0ba66 up now running the following:

ruby 1.9.3p194
Rails 4.0
rvm (1.11.3.8)

But cannot seem to get the unstable version of OpenProject (which I’d prefer) to run correctly. After the bundle installs, I’m still having issues with passenger when running in Production. I’m getting errors that globalize3.git (at master) is not checked out (run bundle install, which doesn’t fix the problem), or Web application could not be started…
require ‘rails/all’… 0.980s
Bundler.require… 4.130s
Application.initialize!… !> Errorapplication.initialize

Has anyone else seen this issue with passenger? It works fine for chiliproject.

Thanks in advance for any suggestions.

RE: Timelines and Gantt charting - Added by Martin Czuchra over 11 years ago

For some reason, a few of our gem dependencies are not to actual rubygems artifacts, but instead point to the git repositories. I have had several problems resulting from that, most of which I could solve by vendoring the bundle on a binary-compatible system (or have it on the same machine). To do that, bundle with the --deployment flag. When that doesn’t work, you could also make sure that you don’t have a system rails 4.0 interfering with OpenProject, as the unstable branch is using Rails 3.2.

RE: Timelines and Gantt charting - Added by Chris Hale over 11 years ago

Thanks, Rails 3.2 worked, but now I’m getting the following webpage:

Internal error

An error occurred on the page you were trying to access.
If you continue to experience problems please contact your OpenProject administrator for assistance.

If you are the OpenProject administrator, check your log files for details about the error.

RE: Timelines and Gantt charting - Added by Martin Czuchra over 11 years ago

As I said, it’s unstable. Make sure to stay on the tip feature/rails3. It might be your problem is fixed by now, there are multiple new versions every day. Other than that, you’ll have to share the error from your log file for us to help you.

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