Move Redmine plugin directory.
$ cd /path/to/redmine/plugins/Clone plugin from github.
$ git clone https://github.com/tamoot/redmine_restcturedtext_viewer.gitInstall dependency by bundler.
$ cd /path/to/redmine/
$ bundle installRestart Redmine.
$ sudo service httpd restart