helpdesk
helpdesk copied to clipboard
HelpDesk open-source web applications for free for everyone. Download and use it!
Installation
- install Node.js platfrom v4+
- install GraphicsMagick due to pictures
$ cd helpdeskand$ npm install- change database connection string in
config - run script
postgresql.sqlin 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
