Added by IUCAA Open Project about 7 years ago
I am new to openproject and trying to install community edition on Centos 7 VM. I had followed the instruction given for centos for installing OP. Managed to resolve smtp, mysql and so on but unable to proceed further due to [openproject] ./bin/preinstall
[legacy-installer] ./bin/postinstall
[mysql] ./bin/postinstall
[apache2] ./bin/postinstall
[repositories] ./bin/postinstall
[smtp] ./bin/postinstall
[memcached] ./bin/postinstall
[openproject] ./bin/postinstall
bundler: failed to load command: rake (/opt/openproject/vendor/bundle/ruby/2.4.0/bin/rake)
Errno::EISDIR: Is a directory @ io_fread - /etc/openproject/Gemfile.custom
Tried various methods mentioned on the Internet ie by setting path for GEM_HOME and GEM_PATH and so on but does not seem get resolved. Your help will be much appreciated. BTW I am not using ssl at this point - Sarah
Replies (3)
The message is self-explanatory: You created a folder
/etc/openproject/Gemfile.custom
but our installation wizard is looking for a file.Remove the directory and run configure again.
Best,
Oliver
Thanks.. Since I did not create it, I assumed that this file got created during “openproject configure process”. Thanks for your help.
I do remember now. I had followed the section customization and installed the gem file as per the instruction given. Thanks for pointing out to me that customization should be done after the installation. I am able to install and everything went thru with many warnings. I am still not able to see the webpage ie http://localhost/openproject/ I’ll spend time understanding it before posting my issues in the forum.
Thanks once again for your help.
- SP