I designed a simple point of sale desktop App for a client using wappler, i used nodejs and sqlite database... now i want to send the app to the client to start using it, the client wants to use it offline... how can i achieve that? i don't want the client to start the server on their own i feel like its going to be too much admin...
Hi @gift. By far the most simple deployment for the Client would be as a Docker container. You don't have to worry about building the stack and nor does the Client. All they would require is Docker to be installed on the host machine.
I addition to the above message, ensure that docker service/app is on auto-start, so that restarting the host machine would automatically start the app in few seconds/minutes.