Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/totaljs/helpdesk

HelpDesk open-source web applications for free for everyone. Download and use it!
https://github.com/totaljs/helpdesk

helpdesk javascript node postgresql

Last synced: about 2 months ago
JSON representation

HelpDesk open-source web applications for free for everyone. Download and use it!

Awesome Lists containing this project

README

        

[![MIT License][license-image]][license-url]

[![Support](https://www.totaljs.com/img/button-support.png?v=2)](https://www.totaljs.com/support/)

- __License__: [MIT](license.txt)
- [__Live chat with professional support__](https://messenger.totaljs.com)
- [__HelpDesk with professional support__](https://helpdesk.totaljs.com)

# Installation

- install [Node.js platfrom](https://nodejs.org/) v4+
- install [GraphicsMagick](http://www.graphicsmagick.org/) due to pictures
- `$ cd helpdesk` and `$ npm install`
- change database connection string in `config`
- run script `postgresql.sql` in your database
- run `node debug.js`

__Login__:
- user: `[email protected]`
- password: `123456`

---

## How do I to translate HelpDesk?

- install Total.js as global module `npm install -g total.js`
- then open HelpDesk directory `cd helpdesk`
- then perform this command `totaljs --translate`
- translate translated file `translate.resource`
- and copy the content to `/resources/default.resource`
- run app

[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: license.txt