redmine-client/README.md

20 lines
424 B
Markdown
Raw Permalink Normal View History

2014-12-26 04:41:54 +01:00
redmine-client
==============
2014-12-26 04:53:32 +01:00
Redmine client is a GUI to manage the time spent on projects tasks by not using the web redmine interface.
## Requirements
* [node-webkit](https://github.com/rogerwang/node-webkit)
## Installation
```
$ git clone https://github.com/simmstein/redmine-client.git
$ cd redmine-client
2015-01-05 08:54:35 +01:00
$ cp config/api.js.example config/api.js
$ vi config/api.js
> Edit API_KEY and API_HOST
2014-12-26 04:53:32 +01:00
$ node-webkit .
```