TruDesk is an open source help desk solution still in active development.
- Node.JS v6.0 or later
- MongoDB 3.0 (MMAPv1)
- Clone the repo using:
git clone http://www.github.com/polonel/trudesk
- Install dependencies:
npm install
- Build the scripts:
npm run build
- Start the server:
npm start
- Navigate to:
http://localhost:8118
####Ubuntu 16.04 Install Script
curl -L -s http://www.trudesk.io/install/install_ubuntu.sh | sudo bash
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
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 :)
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.