Skip to content

☕ 🌱 Trudesk is an open source help desk/ticketing solution.

License

Notifications You must be signed in to change notification settings

LearnGrowAndShare/trudesk

Repository files navigation



Build Status Coverage Status

http://trudesk.io

TruDesk is an open source help desk solution still in active development.

Built on Node.JS and MongoDB.

Requirements

  • Node.JS v6.0 or later
  • MongoDB 3.0 (MMAPv1)

Install & Run

  1. Clone the repo using: git clone http://www.github.com/polonel/trudesk
  2. Install dependencies: npm install
  3. Build the scripts: npm run build
  4. Start the server: npm start
  5. Navigate to: http://localhost:8118

####Ubuntu 16.04 Install Script curl -L -s http://www.trudesk.io/install/install_ubuntu.sh | sudo bash

Documentation

To view the online documentation: http://www.trudesk.io/docs

To build the development 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 Or you can buy me a cup of cofee or even dinner :)

License

Copyright 2014-2017 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

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.

About

☕ 🌱 Trudesk is an open source help desk/ticketing solution.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.0%
  • CSS 4.5%
  • SCSS 4.0%
  • Handlebars 3.2%
  • Sass 1.6%
  • HTML 0.6%
  • Other 0.1%