Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What OS to use for production? #26

Closed
milancurcic opened this issue Sep 6, 2022 · 6 comments
Closed

What OS to use for production? #26

milancurcic opened this issue Sep 6, 2022 · 6 comments
Labels
production Related to deployment to production question Further information is requested

Comments

@milancurcic
Copy link
Member

Some factors to consider:

  • Easy access to software we need (Python, Node.js, Docker)
  • Widely used for easier maintenance
  • Long term support (for security updates and similar)

What do you all think about Ubuntu 22.04 LTS (server variant) which I think checks the above boxes?

@milancurcic milancurcic added production Related to deployment to production question Further information is requested labels Sep 6, 2022
@awvwgk
Copy link
Member

awvwgk commented Sep 8, 2022

I'm not a big fan of Ubuntu, but it should work, however I would generally be in favor of a Red Hat variant. I think Bálint @aradi is using AlmaLinux for our buildbot at DFTB+.

@aradi
Copy link
Member

aradi commented Sep 8, 2022

I am also not a big fan of Ubuntu for servers. We currently use Debian stable or AlmaLinux for our servers. Latter is interesting, if you have to rely on commercial drivers, which are for some reasons only available for Red Hat Enterprise (as AlmaLinux is binary compatible with it). Otherwise, both contain very stable and mature (old 😉) components.

@certik
Copy link
Member

certik commented Sep 8, 2022

Where will it be hosted? I would choose based on the provider. Is there a plan for who will maintain it and how we will pay for it?

@awvwgk
Copy link
Member

awvwgk commented Sep 8, 2022

Where will it be hosted?

See #25 for the discussion on hosting.

@certik
Copy link
Member

certik commented Sep 8, 2022

So I would first resolve #25, and then choose the system.

@milancurcic
Copy link
Member Author

I was setting up the backend and am most familiar with Ubuntu, so Ubuntu 22.04 LTS server is what we currently use in production. Please reopen this if you want to discuss it further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
production Related to deployment to production question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants