Forum > General
Application deployment
(1/1)
cousinp:
1)Once an application is developed for internet access by customers, what is the best way for deployment.
2) is running your own server advisable.
3) is there any licensing cost or fees involved for deploying a Lazarus application.
Thank you,
Paul
Leledumbo:
--- Quote from: cousinp on December 10, 2024, 04:28:36 am ---what is the best way for deployment
--- End quote ---
The one you can afford.
--- Quote from: cousinp on December 10, 2024, 04:28:36 am ---is running your own server advisable.
--- End quote ---
Fine by me, although for cost saving purpose, I suggest running on Kubernetes, as you can have servers that run your app and only your app, no other things running in the container that add to your bill.
--- Quote from: cousinp on December 10, 2024, 04:28:36 am ---is there any licensing cost or fees involved for deploying a Lazarus application.
--- End quote ---
If you merely use standard components: nope, LGPL + static linking exception allows you to create commercial apps with 0 requirements to link back or pay. Otherwise, read other 3rd party libraries/packages you use, as they may have their own licenses.
Warfley:
--- Quote from: cousinp on December 10, 2024, 04:28:36 am ---what is the best way for deployment.
--- End quote ---
Publishing the source code and letting everyone compile it themselves :) But that may not be an option for you
Navigation
[0] Message Index