You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by Apache Wiki <wi...@apache.org> on 2011/01/07 11:49:07 UTC

[River Wiki] Update of "WorkingWithApacheCmsFromTheCommandLine" by SimIJskes

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "River Wiki" for change notification.

The "WorkingWithApacheCmsFromTheCommandLine" page has been changed by SimIJskes.
http://wiki.apache.org/river/WorkingWithApacheCmsFromTheCommandLine?action=diff&rev1=6&rev2=7

--------------------------------------------------

  sudo ln -s /usr/bin/markdown /usr/local/bin/markdown
  }}}
  
+ On ubuntu maverick i had to run
+ {{{
+ sudo cpan XML::RSS::Parser::Lite
+ sudo cpan XML::Parser::Lite
+ sudo cpan XML::Atom::Feed
+ sudo apt-get install libsvn-perl
+ sudo dpkg --purge libtext-markdown-perl
+ sudo apt-get install python-markdown
+ sudo ln -s /usr/bin/markdown_py /usr/local/bin/markdown
+ }}}
+ 
  Before the build_file.pl ran.