Recent

Author Topic: Application deployment  (Read 769 times)

cousinp

  • New Member
  • *
  • Posts: 21
Application deployment
« on: December 10, 2024, 04:28:36 am »
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

  • Hero Member
  • *****
  • Posts: 8783
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Application deployment
« Reply #1 on: December 13, 2024, 09:31:13 am »
what is the best way for deployment
The one you can afford.
is running your own server advisable.
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.
is there any licensing cost or fees involved for deploying a Lazarus application.
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.
« Last Edit: December 18, 2024, 01:41:32 pm by Leledumbo »

Warfley

  • Hero Member
  • *****
  • Posts: 1850
Re: Application deployment
« Reply #2 on: December 13, 2024, 10:30:39 am »
what is the best way for deployment.
Publishing the source code and letting everyone compile it themselves :) But that may not be an option for you

 

TinyPortal © 2005-2018