amazon web services - Installation: Redmine on Ubuntu EC2 instance -
i need install redmine in amazon vps. i'm following post: https://fosskb.in/2015/02/23/installing-redmine-on-ubuntu-14-04/ have error when try install apt.
i followed instructions of same post in virtualbox machine , had problem, found well.
this error:
dbconfig-common: writing config /etc/dbconfig-common/redmine/instances/default.conf creating config file /etc/dbconfig-common/redmine/instances/default.conf new version creating config file /etc/redmine/default/database.yml.new new version granting access database redmine_default redmine_default@localhost: exists. creating database redmine_default: success. verifying database redmine_default exists: success. dbconfig-common: flushing administrative password creating config file /etc/redmine/default/database.yml new version creating config file /etc/redmine/default/session.yml new version new secret session key has been generated in /etc/redmine/default/session.yml populating database redmine instance "default". may take while. rake aborted! (<unknown>): did not find expected alphabetic or numeric character while scanning alias @ line 7 column 13 tasks: top => db:migrate => environment (see full trace running task --trace) error when running rake db:migrate, check database configuration. dpkg: error processing package redmine (--configure): subprocess installed post-installation script returned error exit status 1 e: sub-process /usr/bin/dpkg returned error code (1)
where can error?
it known bug in redmine installation. 1 thing
sudo nano /etc/redmine/default/database.yml
change adapter msyql mysql2 , re run
sudo apt-get install redmine redmine-mysql
Comments
Post a Comment