JavaScript disabled You need to activate JavaScript in order to use OpenProject! Learn more
Added by John Demeny over 8 years ago
How do I determine what version of OpenProject I currently have installed?
On a running system, you can see the version at Admin > Information.
Admin > Information
On your console, use:
openproject run bundle exec rake version (packaged installation)
openproject run bundle exec rake version
RAILS_ENV=production bundle exec rake version (manual installation).
RAILS_ENV=production bundle exec rake version
Best, Oliver
Great! Thanks!
Replies (3)
On a running system, you can see the version at
Admin > Information
.On your console, use:
openproject run bundle exec rake version
(packaged installation)RAILS_ENV=production bundle exec rake version
(manual installation).Best,
Oliver
On a running system, you can see the version at
Admin > Information
.On your console, use:
openproject run bundle exec rake version
(packaged installation)RAILS_ENV=production bundle exec rake version
(manual installation).Best,
Oliver
Great! Thanks!