https://github.com/ftomassetti/redmine-reactive
https://github.com/ftomassetti/redmine-reactive
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ftomassetti/redmine-reactive
- Owner: ftomassetti
- Created: 2016-06-19T16:32:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T16:48:53.000Z (over 9 years ago)
- Last Synced: 2025-06-30T00:03:51.487Z (3 months ago)
- Language: JavaScript
- Size: 563 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redmine reactive
This project is intended as a simple UI for Redmine.

## Rationale for this project
I was looking for the right issue tracker for my needs and I compared a few tools including Jira, Trello, Asana and Redmine. You can read about it [here](http://tomassetti.me/on-the-quest-for-the-right-project-management-tool-jira-trello-asana-redmine/).
Redmine was almost good enough but I wanted to be able to quickly add and edit tasks. Installing plugins for Redmine seem painful so I used the Redmine API instead. Basically I can run a separate web application which interacts with my Redmine installation.
## Configuration
You need to create a file named conf.txt.
On the first line it should contain the url of you redmine installation, on the second your API key
## Run the server
You need Python and you need to install the dependencies:
```
pip install -r requirements.txt
```You may want to do that inside virtualenv.
At this point you can just visit http://localhost:500 and the system is up and running.