Skip to content

A simple script to export all wiki pages and their attachments of a Redmine server.

Notifications You must be signed in to change notification settings

dmichel35/redmine-wiki-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple script to export all wiki pages and their attachments of a Redmine server.

Requirements:

  • NodeJS version 6.9 or higher

Getting started

Install the dependencies:

npm install

Create a config.json file, containing the following properties:

  • redmineUrl (required): the url of the Redmine server ;
  • user: the username used to authenticate through the Redmine REST API ;
  • password: the password used to authenticate through the Redmine REST API ;
  • output: the path of the local folder that will be used to store the output files ;
  • insecure: set this option to true to run the script in an insecure mode that will not try to validate the SSL certificate of the Redmine server.

Run the script:

node main.js

About

A simple script to export all wiki pages and their attachments of a Redmine server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published