sroegner/codebook

I can not make it work, help help

Closed this issue · 6 comments

don't know why

followed this http://www.redmine.org/wiki/1/RedmineInstall, and

* in your redmine vendor/plugins folder,
      o git clone git://github.com/sroegner/codebook.git
* after that in the redmine root, rake db:migrate:plugins
* right after installation, the Administration view offers a button to quickly put in some languages and categories

Could you be more specific as to what the problem is, what you tried and what redmine version you are using?

cheers
Steffen

== 2010-07-18 v1.0.0 (Release candidate)
this is the version I got with git pull

it seems the database table isn't filled by "db:migrate:plugins", I got code_* two table empty after the db migrate.

I followed this post,

Don't bother with looking - the version in the master branch expects an older coderay version. I will try to make that work without breaking older versions. As a quick fix, you can try going into the codebook directory (cd vendor/plugins/codebook) and do a 'git checkout pulled' to get the branch that should work with your version of coderay.

hth
Steffen

it works now.

closed