Trying to install Redmine.. Very difficult steps are not clear..
Added by sathya prakash almost 11 years ago
I would like to compare with JIRA.. Anybody can help me with installation steps..
http://www.redmine.org/projects/redmine/wiki/RedmineInstall#Step-6-Database-schema-objects-creation
Replies (11)
RE: Trying to install Redmine.. Very difficult steps are not clear.. - Added by Marco Gutsche almost 11 years ago
What do you have for a problem with step 6?
RE: Trying to install Redmine.. Very difficult steps are not clear.. - Added by sathya prakash almost 11 years ago
rake aborted!
Please install the mysql2 adapter: `gem install activerecord-mysql2-adapter` (mysql2 is not part of the bundle. Add it to Gemfile.)
Tasks: TOP => db:create
(See full trace by running task with --trace)
----------------------------------------------------------------------------------------------------------------
what are the gems required to start redmine?
RE: Trying to install Redmine.. Very difficult steps are not clear.. - Added by Marco Gutsche almost 11 years ago
At step Supported database back-ends you need install your database adapter first.
Do you have called
gem install mysql2
?
RE: Trying to install Redmine.. Very difficult steps are not clear.. - Added by sathya prakash almost 11 years ago
This step is not mentioned in the wiki..
Can you please guide me.. When i tried to install mysql2 gem some error like native error...
RE: Trying to install Redmine.. Very difficult steps are not clear.. - Added by sathya prakash almost 11 years ago
Building native extensions. This could take a while...
ERROR: Error installing mysql2:
ERROR: Failed to build gem native extension.
- extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
C:/Ruby200-x64/bin/ruby.exe extconf.rb
checking for ruby/thread.h... yes
checking for rb_thread_call_without_gvl() in ruby/thread.h... yes
checking for rb_thread_blocking_region()... yes
checking for rb_wait_for_single_fd()... yes
checking for rb_hash_dup()... yes
checking for rb_intern3()... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lm... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lz... no
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lsocket... no
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lnsl... no
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lmygcc... no
checking for mysql_query() in -lmysqlclient... no
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=C:/Ruby200-x64/bin/ruby
--with-mysql-dir
--without-mysql-dir
--with-mysql-include
--without-mysql-include=${mysql-dir}/include
--with-mysql-lib
--without-mysql-lib=${mysql-dir}/
--with-mysql-config
--without-mysql-config
--with-mysql-dir
--without-mysql-dir
--with-mysql-include
--without-mysql-include=${mysql-dir}/include
--with-mysql-lib
--without-mysql-lib=${mysql-dir}/
--with-mysqlclientlib
--without-mysqlclientlib
--with-mlib
--without-mlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-zlib
--without-zlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-socketlib
--without-socketlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-nsllib
--without-nsllib
--with-mysqlclientlib
--without-mysqlclientlib
--with-mygcclib
--without-mygcclib
--with-mysqlclientlib
--without-mysqlclientlib
Gem files will remain installed in C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/mysql2-0.3.15 for inspection.
Results logged to C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/mysql2-0.3.15/ext/mysql2/gem_make.out
RE: Trying to install Redmine.. Very difficult steps are not clear.. - Added by Marco Gutsche almost 11 years ago
sathya prakash wrote:
This step is not mentioned in the wiki..
Can you please guide me.. When i tried to install mysql2 gem some error like native error...
Sorry, but this step is mentioned at the same wiki you posted in your first post.
About your problem:
I don't really know much about this error (I had no problems while installing redmine on Ubuntu).
But it looks like that the gem-call cannot find the mysql client library?
RE: Trying to install Redmine.. Very difficult steps are not clear.. - Added by sathya prakash almost 11 years ago
I was installing this on Windows...
RE: Trying to install Redmine.. Very difficult steps are not clear.. - Added by Marco Gutsche almost 11 years ago
sathya prakash wrote:
I was installing this on Windows...
I know :)
I only wanted to tell you that I haven't seen this error during my installation (
Here has someone the same problem, hope this helps.
RE: Trying to install Redmine.. Very difficult steps are not clear.. - Added by sathya prakash almost 11 years ago
How was your experience using REDMINE..
If you have used Jira, Kindly let me know which is best and why..
I agree always open source is GOOD..But if specific feature are not available then we can go for some other s/w.
About Redmine look and feel wise i was not impressed but i guess we can customize it..
Thanks for your time..
Hope you will help with some documents about RED MINE...
RE: Trying to install Redmine.. Very difficult steps are not clear.. - Added by Marco Gutsche almost 11 years ago
My experience with redmine is very good but I have never used Kira or Kindly.
For installing and using redmine I have only used documents from the redmine wiki.
We have installed some plugins and have written some plugins ourself to customize redmine for our requirements.
RE: Trying to install Redmine.. Very difficult steps are not clear.. - Added by sathya prakash almost 11 years ago
Thanks Marco..
Can you please provide links or list of plugins what you have installed..
Do you Have any custom workflow plugin or else have you come across any custom workflow.
Many Thanks...