Difference between revisions of "Cocalc on Fedora — installing and debugging"

From Wiki4Intranet
Jump to: navigation, search
 
Line 15: Line 15:
 
* You want to fast experimenting cycle with updating packages, patching configs/code inplace without rebuilding/reinstalling large docker blob, or remapping container filesystem.
 
* You want to fast experimenting cycle with updating packages, patching configs/code inplace without rebuilding/reinstalling large docker blob, or remapping container filesystem.
 
* You like old-school configuration management with Vagrant/Ansible.
 
* You like old-school configuration management with Vagrant/Ansible.
 +
 +
 +
 +
 +
 +
=== Troubles ===
 +
 +
==== Jupyter Notebook with Octave Not worked ====
 +
[[File:Cocalc on Fedora — installing and debugging_2021-12-13_20-22-49_image0.png|center|480px]]

Latest revision as of 20:23, 13 December 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, or remapping container filesystem.
  • You like old-school configuration management with Vagrant/Ansible.



Troubles

Jupyter Notebook with Octave Not worked

Cocalc on Fedora — installing and debugging 2021-12-13 20-22-49 image0.png