Install jsduck on VM (Centos 7)
jsduck
is the documentation generator develop by the sencha fcompagny for its javascript product like Ext JS.
More info: https://github.com/senchalabs/jsduck
Install rpms
root> yum install gcc
root> yum install ruby
root> yum install ruby-devel
root> yum install rubygem-rake
root> yum install rubygem-rake-compiler
install jsduck
gesprod> sudo
root> gem install rdiscount
- as gesprod (local installation used by the buildversion script)
gesprod> gem install jsduck
- The
jsduck
command is located in/home/gesprod/bin/jsduck