Content
Problems installing 2.4
Added by Jasper Visser about 11 years ago
Hi, I’m following the installation instructions for 2.4 here:
https://www.openproject.org/projects/openproject/wiki/Installation_OpenProject_2_4#3-Manual-installation
I run into a few hitches and glitches:
3.2
$ git clone https://github.com/finnlabs/chiliproject_activity_module.git vendor/plugins fatal: destination path 'vendor/plugins' already exists and is not an empty directory.
I assume this should be:
git clone https://github.com/finnlabs/chiliproject_activity_module.git vendor/plugins/chiliproject_activity_module
And the same goes for the other plugins.
3.2
$ git clone https://github.com/finnlabs/redmine_customize_modules.git vendor/plugins/redmine_customize_modules Cloning into 'vendor/plugins/redmine_customize_modules'... Username for 'https://github.com':
It looks like redmine_customize_modules is either a private repository, or doesn’t exist any more. I was able to find this git for the same github user: https://github.com/finnlabs/customize_modules, but that one appears to be specifically for 3.0+ of openproject.
3.5, 3.6
After I do the db:create:all, db:migrate e.a., I can see a fully populated openproject_development database, but there are no relations (I’m using postgresql) in either openproject (production) or openproject_test.
Any assistance would be appreciated. :)
Replies (2)
We have renamed some of the plugins without fixing the installation guide. We’re trying to get the installation guide consistent once more in the near future.
Also, the manual installation guide has been broken for a while, you need to append the plugin names to the git checkout directory. We’ll have that fixed.