LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem in installing redmine on Debian need to know what are proper steps. (https://www.linuxquestions.org/questions/linux-software-2/problem-in-installing-redmine-on-debian-need-to-know-what-are-proper-steps-802797/)

tkmsr 04-19-2010 02:59 AM

Problem in installing redmine on Debian need to know what are proper steps.
 
I tried to follow the Wiki page of Redmine/

I am using a Debian Lenny system. I did the following to install
RedMine as mentioned on their wiki page
http://www.redmine.org/wiki/redmine/RedmineInstall

ruby 1.8.7
Rails 2.3.5 and
Rack 1.0.1
redmine-0.9.3
are present on my system.
I had posted the question on ruby forum
http://groups.google.co.in/group/rub...a270f732034c01

Now not sure where should I go for if any one of you can suggest some thing even if the forum where should I look for let me know.
I am trying to install Redmine on a Debian Virtual Machine which was installed via debootstrap method on a Xen system.
Its a basic Debian console which boots up when I type
xm create /etc/my-vm.cfg
with no Gui and a simple system which I am using as a server.

It does not have standard desktop packages that is what my guess is due to which the installation is failing.
What else do I need to do if some one can point ?

craigevil 04-20-2010 11:47 AM

Tried aptitude install redmine?

apt-cache search redmine
redmine-plugin-botsfilter - Redmine plugin to restrict common bots access
redmine-mysql - metapackage providing MySQL dependencies for Redmine
redmine-pgsql - metapackage providing PostgreSQL dependencies for Redmine
redmine-sqlite - metapackage providing sqlite dependencies for Redmine
redmine - flexible project management web application

tkmsr 04-20-2010 01:31 PM

I did after reading your reply
Code:

# apt-cache search redmine
redmine-plugin-botsfilter - Redmine plugin to restrict common bots access
redmine-mysql - metapackage providing MySQL dependencies for Redmine
redmine-pgsql - metapackage providing PostgreSQL dependencies for Redmine
redmine-sqlite - metapackage providing sqlite dependencies for Redmine
redmine - flexible project management web application
sd - peer-to-peer bug tracker

did not tried aptitude.
Currently I have solved the problem with some ones help.
I had problem because I had compiled it from source some where it was taking ruby or gems from /usr/local/bin which was coming in PATH earlier than /usr/sbin I was able to over come the problem by deleteing the installation from /usr/local/bin
and doing a fresh install.
To do so did set -vx in the installation script came across some thing
where it was hanging was
Code:

rake --trace -s generate_session_store YML_SESSION_FILENAME=session.yml.new RAILS_ENV=production X_DEBIAN_SITEID=default


All times are GMT -5. The time now is 12:21 PM.