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?
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?
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.
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.
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.
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.
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.
Replies (7)
Did you install the
master
orfeature/rails3
branch? Timelines is a plugin to themaster
branch, and that plugin was never released. Infeature/rails3
, Timelines is included in the core. Inmaster
, Gantt should be included, infeature/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?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.
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.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.
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.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.
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.