Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kernicpanel/skproject
https://github.com/kernicpanel/skproject
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/kernicpanel/skproject
- Owner: kernicPanel
- License: agpl-3.0
- Created: 2012-03-06T12:59:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-20T07:19:21.000Z (over 10 years ago)
- Last Synced: 2024-04-16T22:55:23.011Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.3 MB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/kernicPanel/skproject.png)](https://travis-ci.org/kernicPanel/skproject)
1. run "npm install" in root to install modules dependencies.
2. install mongodb
3. copy /lib/config.example.js to /lib/config.js and edit it
4. run "node server.js" to run server
5. open "http://localhost:8081/" in browser to connect
6. register a user using redmine api key
7. add user login to config.server.admin[] in /lib/config.js
8. open "http://localhost:8081/admin" in browser
9. click rebuild base to sync realteam db with redmine data
(can take long time depending on your redmine data and your system).
This is a bit buggy for now, check the logs and retry if necessary