Jump to content

[Answered] Installing Redmine


eulino

Recommended Posts

Hello,

 

I'trying to install redmine and I can not.

 

I searched on forum and I found some topics on this link: http://www.helionet.org/index/index.php?app=core&module=search&do=search&fromMainBar=1

 

And I tried some found suggestions.

 

After upload redmine 1.4 to /rails_apps/redmine

and updated the file /rails_apps/redmine/config/database.yml

 

I tried this steps:

  1. Click on Ruby on Rails icon on cpanel
  2. Set the name of application and path
  3. create a rewrite url
    until here everything is ok
  4. then go to cgi center to try cgi script (I never used this)
  5. I created a file with this commands:
     
    #!/bin/bash
     
    gem install bundler
    bundle install --without development test postgresql
    rake generate_session_store
    RAILS_ENV=production rake db:migrate
    RAILS_ENV=production rake redmine:load_default_data

  6. And nothing happens.

When I was writing writing this message I saw this text

"You will need to place the CGI Scripts that you want to run with your userid in the directory"

On CGI Wrapper page.

How do I know my userid?

 

I can run this cgi script to finish redmine installation?

 

 

My username: eulino

and server is Johnny

 

Thank you in advance for helping me.

Link to comment
Share on other sites

A quick google search discovered this guide http://borrowbits.co...with-whmcpanel/ which seems to rely heavily on having shell access which you don't have. It also looks like it involves editing httpd.conf and installing a lot of stuff that you also don't have access to. From what I've seen I'd have to say that it's highly unlikely you'll be able to get this installed. I would suggest a VPS where you would have shell/root access to apache and everything else.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...