Jump to content

eulino

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by eulino

  1. 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.

×
×
  • Create New...