Download the PHP package derhasi/redmine-to-git without Composer
On this page you can find all versions of the php package derhasi/redmine-to-git. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download derhasi/redmine-to-git
More information about derhasi/redmine-to-git
Files in derhasi/redmine-to-git
Package redmine-to-git
Short Description Push redmine data to a git repositry
License GPL-3.0
Homepage http://github.com/derhasi/redmine-to-git
Informations about the package redmine-to-git
Redmine to git
This tool uses the Redmine REST API for fetching data from a specific project and push that to a git repository.
Currently only wiki pages are supported.
Installation
The installation is simple by using composer. After installing composer you can either install the command globally or within a project.
Global
In the global installation redmine-to-git
will be available as a command line tool.
- Run
composer global require derhasi/redmine-to-git
to install globally. - Add
export PATH=~/.composer/vendor/bin:$PATH
to your.bashrc
or.profile
After the installation you should be able to run redmine-to-git wiki ...
from anywhere.
Local
You can run composer require derhasi/redmine-to-git
in any composer enabled project to add this project as a dependency.
Usage
Currently the command is ...
php redmine-to-git.php wiki redmine apikey project repo --subdir=subdir --maxFilesize=1234
- redmine: URL of your Redmine installation
- apikey: API Key for accessing the redmine API
- project: Machine name of the Project to grab the wiki from
- repo: path to git working directory
- subdir: optional subdirectory to put files and index to
- maxFilesize: optional maximum filesize for attachments to download
Type php redmine-to-git.php help wiki
for additional information.
Help
The project is hosted on github, so please file any issues or questions in the Issue Queue.
All versions of redmine-to-git with dependencies
kbsali/redmine-api Version 1.5
kzykhys/git Version 0.1.*
symfony/console Version 2.5.*
eloquent/pathogen Version 0.6.*
guzzlehttp/guzzle Version ~5.0