Trudesk is an open source help desk solution still in active development.
- Node.JS v9.10.0 or later
- MongoDB 3.6 or later
- Clone the repo using:
git clone http://www.github.com/polonel/trudesk
- Install dependencies:
npm i yarn -g && yarn
- Build the scripts:
npm run build
- Start the server:
npm start
- Navigate to:
http://localhost:8118
curl -L -s http://www.trudesk.io/install/install_ubuntu.sh | sudo bash
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
Docs are still in development
To view the online documentation: http://www.trudesk.io/v1/guide
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
- Or you can buy me a cup of cofee or even dinner :)
Volunteer to help translate the project on Crowdin: https://crwd.in/trudesk
Trudesk is tested with confidence using BrowserStack.
Copyright 2014-2018 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.