Redmine installation

Поділитися
Вставка
  • Опубліковано 30 вер 2024
  • Redmine installation and Trac data migration

КОМЕНТАРІ • 4

  • @jiazq
    @jiazq 8 років тому

    rake db:migrate RAILS_ENV="production"
    "rake aborted!
    loadError: cannot load such file --bundler/setup?

  • @calin4thewin
    @calin4thewin 12 років тому

    How do I install this on my site?
    I've installed Joomla or WP, those were not a problem, but at least so far I couldn't get redmine to work.

  • @ujjwalgaurav574
    @ujjwalgaurav574 13 років тому

    You must run > rake generate_session_store
    before you run > rake db:migrate RAILS_ENV="production"

    • @jiazq
      @jiazq 8 років тому

      rake generate_session_store still get error.
      "rake aborted!
      loadError: cannot load such file --bundler/setup?
      "
      any hint? what should I do?