설치완료하고 localhost/redmin 접속시
internal error가 발생합니다.
로그 찾아보니
Migrating to Setup (1)
Started GET "/redmine/" for 127.0.0.1 at 2016-10-16 22:50:03 +0900
Processing by WelcomeController#index as HTML
Completed 500 Internal Server Error in 27ms (ActiveRecord: 8.0ms)
ActiveRecord::StatementInvalid (Mysql2::Error: Table 'bitnami_redmine.settings' doesn't exist: SHOW FULL FIELDS FROM `settings`):
app/models/setting.rb:203:in `check_cache'
app/controllers/application_controller.rb:90:in `user_setup'
다음과 같이 나옵니다.
확인 좀 부탁 드립니다.