Project

General

Profile

Failed to get syntax highlighting working

Added by Attila-Mihaly Balazs about 12 years ago

Hello all,

I'm trying to get syntax highlighting (both for Wiki and Repository) however I failed until now. Given that I'm Ruby n00b this might be a simple problem and any help is appreciated. Installation details:

- Ubuntu 11.10 Server
- Apache 2.2 with Passenger
- Redmine 1.3.0 installed from the ondrej PPA (as per [1])

What I tried (with no results):
- Installing libcoderay-ruby (0.9.8) from the Ubuntu repository
- Checking that all four items are checked in Administration > Information
- Using "gem install coderay"
- Installing coderay into vendor/plugins
- Installing coderay into vendor/gems (using "gem unpack coderay" and "rake gems:refresh_specs")
- Installing redmine_ultraviolet (with ./script/plugin install)
- Installing redmine_js_syntax_highlighter (with ./script/plugin install)
- Enabling debugging log level to see if it mentions erros

Between each element in the above list I restarted apache to make sure that the change has being red.

Any suggestion on what I'm doing wrong?

Regards,
Attila Balazs

[1] http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_Ubuntu