a-ono / redmine_ckeditor

Redmine plugin for integration CKEditor
304 stars 140 forks source link

Problem installing CKeditor for redmine #324

Open hamidreza-hosseini opened 4 years ago

hamidreza-hosseini commented 4 years ago

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

shreyarajwade commented 3 years ago

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

Thank you