Deployment without docker possible? #309
Replies: 12 comments
-
|
Hello, Technically you can deploy backend (java jar file or native app), frontend with "npm run dev" (from sources). What to do with Postgis database - it's a question, probably it can be also installed directly without Docker. For development I run backend and frontend without dockers, so it's possible to do. However, I don't have user-friendly instructions how do such setup |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I would also like to use it in a proxmox lxc and would love to install it natively instead of a docker container (actually I even tried to install it with docker in an lxc, but failed) @markthwain1797 did you get it working and have any advices? @tess1o any plans to add documentation how to setup and configure? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, Ok, since there is higher demand than I expected I will check how to run everything without docker. I don't have proxmox so will do tests on Ubuntu machine. Most likely I will add CI steps to upload artifacts (like frontend html+css file, backend jar and native apps) to github and provide instructions how to run everything without docker). Alternative way is to manually extract required files from existing docker images but I feel it's not convenient for end users. Expect some updates next week. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much. I didn't find the time yet to test an install myself. |
Beta Was this translation helpful? Give feedback.
-
|
This request is still in progress. I'm trying to update CI/CD process to extract required files for backend/frontend and upload them to Github automatically. The instruction is ready but I need this CI/CD step completed first so I can test the instruction. Stay tuned. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, Here are the instructions: https://tess1o.github.io/geopulse/docs/getting-started/deployment/manual-installation They work starting from the latest version: I successfully tested the instructions on Ubuntu with ARM64 and AMD64. Let me know if it works for you. |
Beta Was this translation helpful? Give feedback.
-
|
Hi tess1o, I really appreciate your work on Geopulse and your fast responses! I just finished setting it up in a Debian 12 LXC container (Proxmox) and the instructions were nearly perfect. I have three small suggestions based on my experience with a minimal Debian template:
Thanks again for the great tool! |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for kind words and fast instruction verification. Just to confirm - did you manage to run it? I will check your comments and update the documentation accordingly. |
Beta Was this translation helpful? Give feedback.
-
|
Yeah its running and currently importing the last 10+ years of Google location history. |
Beta Was this translation helpful? Give feedback.
-
|
https://tess1o.github.io/geopulse/docs/getting-started/deployment/manual-installation I have updated docs according to your comments (about lsb-release, apt-key, sudo). |
Beta Was this translation helpful? Give feedback.
-
|
This is looking great 👍 |
Beta Was this translation helpful? Give feedback.
-
|
I'm going to close this discussion since looks like instructions are correct and good enough to get the app deployed without docker. Feel free to reopen it or create a new discussion/issue if anything else is needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone.
Since I use proxmox in my setup I'd like to install geopulse inside an LXC.
AFIK docker should not be installed inside an LXC and therefore I'm thinking about installing "manually" into an LXC.
Has anyone ever installed this way? Any help/recommendations is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions