Defect #14448
closedfedora installation prerequisites
0%
Description
In order to eliminate stop errors in 'bundle install' procedure under fedora 18-19 and maybe some other distributions it is worth mentioning to install the following prerequisite packages:
yum install ruby-devel
for json gem build
and
yum install ImageMagick-devel
yum install mariadb-devel
or yum install community-mysql-devel
Not sure about mysql one, but it was stated by redhat that default mysql server will be replaced by mariadb in future releases, so it's not a big issue for me.
Updated by Andrej Pakhutin over 11 years ago
Ah. also rake and some other components installed into /usr/local/bin to where is no PATH by default
Updated by Jan Niggemann (redmine.org team member) over 11 years ago
- Status changed from New to Needs feedback
You could make the necessary corrections in the wiki yourself...
In case you can't, please indicate where you think this information would fit.
Updated by Andrej Pakhutin over 11 years ago
Jan Niggemann wrote:
You could make the necessary corrections in the wiki yourself...
In case you can't, please indicate where you think this information would fit.
Done.
Added http://www.redmine.org/projects/redmine/wiki/Fedora_installation_prerequisites page
and 'Fedora' subsection on http://www.redmine.org/projects/redmine/wiki/HowTos
Updated by Toshi MARUYAMA over 11 years ago
- Status changed from Needs feedback to Closed
Andrej Pakhutin wrote:
Jan Niggemann wrote:
You could make the necessary corrections in the wiki yourself...
In case you can't, please indicate where you think this information would fit.Done.
Added http://www.redmine.org/projects/redmine/wiki/Fedora_installation_prerequisites page
and 'Fedora' subsection on http://www.redmine.org/projects/redmine/wiki/HowTos
Thanks.