Cocalc on Fedora — различия между версиями

Материал из DISCOPAL
Перейти к: навигация, поиск
 
(не показано 5 промежуточных версий этого же участника)
Строка 7: Строка 7:
 
* Yes, there exists https://github.com/sagemathinc/cocalc-docker based on Ubuntu.
 
* Yes, there exists https://github.com/sagemathinc/cocalc-docker based on Ubuntu.
 
* May be you did not like Ubuntu and prefer Fedora, because of
 
* May be you did not like Ubuntu and prefer Fedora, because of
** SAT-based dnf
+
** Reliable SAT-based dnf
 +
*** Or what to use some packages existing specifically on RPM world.
 
** Your target server or your desktop already on Fedora (or both) and you did not what to use 30GB docker blobs, and what to share large cocalc dependencies (TeXLive, etc) between several services (MediaWiki, Overleaf, … ).
 
** Your target server or your desktop already on Fedora (or both) and you did not what to use 30GB docker blobs, and what to share large cocalc dependencies (TeXLive, etc) between several services (MediaWiki, Overleaf, … ).
** You are tired with docker/podman, swarm/kubernetes/… hell, and want to use classic systemd orchestration.
+
* You are tired with docker/podman, swarm/kubernetes/… hell, and want to use classic <tt>systemd</tt> orchestration.
** You want to fast experimenting cycle with updating packages, patching configs/code inplace without rebuilding/reinstalling large docker blob.
+
** Actually, I spent several weeks trying to fix regular crashed of «cocalc-docker» on podman, and failed.
 +
* You want to share your postgresql server (with centralized backups) with other services.
 +
* You want to fast experimenting cycle with updating packages, patching configs/code inplace without rebuilding/reinstalling large docker blob.
 +
* You like old-school configuration management with Vagrant/Ansible.

Текущая версия на 02:48, 12 декабря 2021

How to install Cocalc on Fedora.

Why?

NIH?
  • Yes, there exists https://github.com/sagemathinc/cocalc-docker based on Ubuntu.
  • May be you did not like Ubuntu and prefer Fedora, because of
    • Reliable SAT-based dnf
      • Or what to use some packages existing specifically on RPM world.
    • Your target server or your desktop already on Fedora (or both) and you did not what to use 30GB docker blobs, and what to share large cocalc dependencies (TeXLive, etc) between several services (MediaWiki, Overleaf, … ).
  • You are tired with docker/podman, swarm/kubernetes/… hell, and want to use classic systemd orchestration.
    • Actually, I spent several weeks trying to fix regular crashed of «cocalc-docker» on podman, and failed.
  • You want to share your postgresql server (with centralized backups) with other services.
  • You want to fast experimenting cycle with updating packages, patching configs/code inplace without rebuilding/reinstalling large docker blob.
  • You like old-school configuration management with Vagrant/Ansible.