#community-help

Choosing Optimal Installation Method for Server

TLDR Christoph needed help selecting the best installation method for their server. Jason recommended using the Deb package for better performance and ease of setup.

Powered by Struct AI

1

6
9mo
Solved
Join the chat
Feb 24, 2023 (9 months ago)
Christoph
Photo of md5-bd948701c5ae8c6354bc5f71dadde42c
Christoph
05:12 PM
Hi all, quick question I have a server with the following specs:
Linux v2202302194685220304 4.19.0-23-amd64 #1 SMP Debian 4.19.269-1 (2022-12-20) x86_64

What should I optimally download since I can install via Linux Binary, Docker and DEB package on Ubuntu/Debian

Are there any performance differences and what is generally the best fit for my server?
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
05:16 PM
I would recommend the Deb package, since that will setup systemd file, config files, etc. So easier to get up and running
05:16
Jason
05:16 PM
Performance-wise, native binary / deb will be faster, since they’re running directly on your server, compared to Docker
Christoph
Photo of md5-bd948701c5ae8c6354bc5f71dadde42c
Christoph
05:17 PM
So the optimal choice for my system would be
# x64
curl -O 
sudo apt install ./typesense-server-0.24.0-amd64.deb

Correct?
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
05:17 PM
Yup
Christoph
Photo of md5-bd948701c5ae8c6354bc5f71dadde42c
Christoph
05:17 PM
Thank you!

1