Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

Bitnami Redmine + Support_helpdesk plugin

$
0
0

Hello, I'm trying to install support_helpdesk plugin (https://github.com/pvdvreede/support_helpdesk) on bitnami-redmine-2.3.1-3-ubuntu-12.04. What I did:

  • cd /opt/bitnami/apps/redmine/htdocs
  • git clone git://github.com/pvdvreede/support_helpdesk.git plugins/support_helpdesk
  • bundle install
  • rake db:migrate_plugins RAILS_ENV=production (there was an error about redis)
  • wget http://redis.googlecode.com/files/redis-2.6.14.tar.gz
  • tar xzf redis-2.6.14.tar.gz
  • cd redis-2.6.14
  • make
  • sudo apt-get update
  • sudo apt-get install tcl8.5 (redis doesn't work without this module)
  • make test (no errors after that)
  • /src/redis-server
  • in another ssh windows type cd /opt/bitnami/apps/redmine/htdocs
  • rake redmine:plugins:migrate
  • /opt/bitnami/ctlscript.sh restart apache
  • And after that I can't open my http://localhost/redmine/ with error

We're sorry, but something went wrong. We've been notified about this issue and we'll take a look at it shortly.

What should I try to fix this problem ? Appreciate any help, thank you in advance.


Viewing all articles
Browse latest Browse all 2052

Trending Articles