a-ono/redmine_ckeditor

Problem installing CKeditor for redmine

hamidreza-hosseini opened this issue · 1 comments

Hi
I want to install CKeditor as plugin for redmine on docker
but after installation when i run docker-compose it stop in these step:

redmine_1  | The git source https://github.com/a-ono/rich.git is not yet checked out. Please
redmine_1  | run `bundle install` before trying to start your application
redmine_1  | Fetching https://github.com/a-ono/rich.git

My installation step:


1.
sudo docker exec -ti test_redmine_1 gosu redmine bash
2.
download and extract plugin in plugin directoty

3.
In the root directory:
bundle install --without development test
4.
rake redmine:plugins:migrate RAILS_ENV=production

Ckeditor version: 1.2.3
Redmin version: Redmine 4.1.1.stable
Docker CE and docker compose on ubuntu 16.04

Hi !
I encountered the same error. Were you by any chance able to get past this error?

Thank you