Good Day,
I am looking for a script that would install both Joplin Server & postgreSQL DB on a Ubuntu 24.04 server. I am not familiar with Docker or any container technology yet. So I would like to install Joplin that way, until I receive proper training on Docker. Thanks
TL/DR: I do not think that there is such a script.
The official way of installing Joplin Sever is by using Docker. I have not seen Joplin provide information for any other way.
Others on this forum have discussed the idea of not using Docker and it seems that a method is to follow the steps in the dockerfile used to build the server Docker image and do it all manually without Docker. This seems to require a serious amount of Linux and app building knowledge and it also appears that updating the server afterwards is not straightforward.
An idea of what people have tried can be found by searching this forum for a phrase such as "joplin server without docker" or similar. My quick search did not find any post that appears to contain a script someone has written to automate this. You may be luckier with your search but it is very likely that there isn't one. I am guessing that avoiding this complexity is why Docker is the official install method.