Skip to content

vincentsys/RedmineSphinxPlugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • You can show your sphinx documents on your redmine.

  • This plugin support Git, Mercurial and SVN.

  • Before you use this plugin, You need to make project on your redmine, and configuration your repository.

  • This plugin compile your sphinx document using Sphinx Makefile on your repository and deploy any directory. If it cannot find Makefile, it doesn’t work properly.

  • You need Settingslogic.

  1. When you install this plugin, ‘Sphinx Document’ Tab will be displayed on the menu bar of your Redmine Project.

  2. Click this tab, and if it work properly, you can see Sphinx Document List.

  1. To use this plugin, you need to install Settingslogic using ruby gems. (command: gem install settingslogic)

  2. Download this plugin using ‘git clone git:github.com/nishio-dens/RedmineSphinxPlugin.git’ command.

  3. Copy RedmineSphinxPlugin directory to ‘vender/plugins’ on Redmine installed directory.

  4. Rename RedmineSphinxPlugin directory to sphinx

  5. Copy sphinx_plugin_setting.yml.sample on RedmineSphinxPlugin/sample to config directory on redmine root directory, and change setting file name from sphinx_plugin_setting.yml.sample to sphinx_plugin_setting.yml.

  6. Restart your redmine.

About

You can show your sphinx document on redmine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.7%
  • HTML 24.3%