Doron Behar
Doron Behar
Creating a Debian package for linien-server is harder then I thought, and it will require too much maintenance in the future so I'm dropping this idea.. The reason is that...
I'll note here, that I'm currently waiting for https://github.com/NixOS/nixpkgs/pull/214549 regarding the implementation of the [`nix bundle`](https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-bundle.html) idea. With some patches to scipy and to it's nix-build expression, I managed to...
Hello again @bleykauf . I managed to make a notable progress using Nix' and [Nixpkgs' 1st class cross compilation support](https://nix.dev/tutorials/cross-compilation) :tada:. In my [`nixFlake`](https://github.com/linien-org/linien/compare/master...doronbehar:nixFlake?expand=1) branch I wrote a `flake.nix` and...
> The installation process is completely automatic from the user perspective and is pretty simple after all: install `screen` via `apt`, install `linien-server` via `pip3` and compile and copy `mdio-tool`....
This can be closed now since version 2.0
Oh and 3 commits here are also suggested in #353 . Will rebase when #353 is merged.
@bleykauf Would you like this to be rebased to the `feature/update-dependencies` branch?
I'll close this, as there are too many merge conflicts, and many of the topics here are sort of fixed elsewhere.
> One benefit of the current system is that it is easy to look at the running server with screen. Is something similar possible with systemd? Yes! As pointed out...