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

Материал из DISCOPAL
Перейти к: навигация, поиск
(Новая страница: « How to install [https://github.com/sagemathinc/cocalc Cocalc] on Fedora. === Why? === ;NIH? * Yes, there exists https://github.com/sagemathinc/cocalc-docker…»)
 
 
(не показано 6 промежуточных версий этого же участника)
Строка 1: Строка 1:
 
 
 
How to install [https://github.com/sagemathinc/cocalc Cocalc] on Fedora.
 
How to install [https://github.com/sagemathinc/cocalc Cocalc] on Fedora.
  
Строка 8: Строка 6:
  
 
* 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
 
+
** Reliable SAT-based dnf
** 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 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 <tt>systemd</tt> orchestration.
 
+
** Actually, I spent several weeks trying to fix regular crashed of «cocalc-docker» on podman, and failed.
** You are tired with docker/podman, swarm/kubernetes/… hell, and want to use classic systemd orchestration.
+
* 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.