https://github.com/kernicpanel/skproject
https://github.com/kernicpanel/skproject
Last synced: 3 months 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 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-20T07:19:21.000Z (over 11 years ago)
- Last Synced: 2025-04-09T23:08:46.077Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.3 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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