-
-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
269 changed files
with
10,898 additions
and
1,514 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: | ||
- "0.10" | ||
- "0.12" | ||
services: | ||
- mongodb | ||
|
||
before_install: | ||
- npm install -g grunt | ||
- npm install -g grunt-cli | ||
- gem install sass | ||
|
||
script: | ||
- npm test | ||
- npm run build | ||
|
||
after_success: | ||
- ./node_modules/.bin/mocha --recursive --require blanket -R mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,54 @@ | ||
TruDesk | ||
======= | ||
[![Trudesk](http://trudesk.io/TD_Black.png)](http://trudesk.io/) | ||
|
||
<br/><br/> | ||
|
||
[![Build Status](https://travis-ci.org/polonel/trudesk.svg?branch=master)](https://travis-ci.org/polonel/trudesk) | ||
[![Coverage Status](https://coveralls.io/repos/polonel/trudesk/badge.svg?branch=master&service=github)](https://coveralls.io/github/polonel/trudesk?branch=develop) | ||
|
||
[http://trudesk.io](http://trudesk.io/) | ||
|
||
TruDesk is an open source help desk solution. | ||
TruDesk is an open source help desk solution stil in active development. | ||
|
||
Built on [Node.JS](http://nodejs.org) and [MongoDB](http://www.mongodb.org). | ||
|
||
###Requirements | ||
+ Node.JS v0.10 or later | ||
+ MongoDB 2.6 or later | ||
|
||
###Install & Run | ||
1. Clone the repo using: ```git clone http://www.github.com/polonel/trudesk``` | ||
2. Install dependencies: ```npm install``` | ||
3. Run the install script: ```./trudesk setup``` | ||
4. Start the server: ```npm start``` | ||
5. Navigate to: ```http://localhost:8118``` | ||
|
||
###Documentation | ||
To build the documentation run ```grunt builddocs```. | ||
|
||
The documentation after build is located in: | ||
- ```{repo folder}/docs``` | ||
- ```{repo folder}/apidocs``` | ||
|
||
###Help | ||
if you like what you see here, and want to help support the work being done, you could: | ||
|
||
+ Contribute code, issues and pull requests | ||
+ Spread the word about trudesk | ||
+ [![alt tag](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=USPWFP6P6RTKC) Or you can buy me a cup of cofee or even dinner :) | ||
|
||
|
||
|
||
###License | ||
Copyright 2015 Chris Brame | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
*More information soon!* | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"name": "Trudesk", | ||
"version": "0.1.0", | ||
"description": "Trudesk - Help Desk Solution", | ||
"title": "Trudesk - API Documentation" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.