Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.09 KB

readme.md

File metadata and controls

34 lines (25 loc) · 1.09 KB

MIT License

Support

Installation

  • install Node.js platfrom v4+
  • install GraphicsMagick 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:


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