/trudesk

:coffee: :seedling: Trudesk is an open source help desk solution.

Primary LanguageJavaScriptOtherNOASSERTION



Codacy Badge Build 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 i yarn -g && yarn
  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

Trudesk Virtual Appliance

The Trudesk Virtual Appliance can quickly deploy to both Virtual Box as well as VMWare. Visit the appliance documentation for more information. Trudesk Virtual Appliance Documentation

Documentation

Docs are still in development

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

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.