Tell me please how to deploy DHTMLX Gantt Export on server and use external URL on client side to download PDF ?
On server:
npm install
set PUBLIC_PORT=3555& set EXPORT_HTTP=what_this?ip_address?:{3555}& node index.js
If I run it like this:
set PUBLIC_PORT=3500& set EXPORT_HTTP=http://0.0.0.0:3500& node index.js
Export server will be available only locally.
How can I make it accessible from the outside (From another computer, from another network)?
Hello Andrii,
That part is beyond our support.
However, I can share that you can use the Nginx server and redirect incoming requests from the internet to the node.js application.
The listen and server_name parameters tell the Nginx server to listen to all requests that come to the server over port 80 (HTTP port) and match with the DNS name or the IP address: 192.168.0.102.
If the request is 192.168.0.102/gantt, the Nginx server redirects the request to 192.168.0.102:8192.
If you want us to configure your server to make it available for the external network, I can contact you with the Sales team: index@dhtmlx.com
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan