Update doc.

This commit is contained in:
Glenn Y. Rolland 2016-06-28 19:06:58 +02:00
parent 076800e304
commit 469449a033
3 changed files with 17 additions and 1 deletions

View file

@ -3,4 +3,20 @@ Aoidos (ἀοιδός)
Export _users stories_ from your redmine into an OpenDocument Spreadsheet (ods) report.
Installation
------------
FIXME: No gem yet. ;)
Usage
-----
git clone https://github.com/glenux/aoidos.git
cd aoidos
bundle install
bundle exec ./bin/aoidos
FIXME: project name is hardcoded. Accept project name on command line.
FIXME: manage redmine url & credentials from command line (like git)

View file

@ -6,7 +6,7 @@ require 'yaml'
require 'rspreadsheet'
require 'pry'
credential_file = ENV['HOME'] + '/.sansa-report/redmine.yml'
credential_file = ENV['HOME'] + '/.aoidos/redmine.yml'
unless File.exist? credential_file
sample_content = "home: 'http://redmine.example.com'\nkey: REDMINE_API_KEY"

Binary file not shown.