From cfb8d8495459b3be9ebc9329c337afff4270b14d Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Wed, 19 Jun 2024 15:57:24 +0200 Subject: [PATCH] Add some doc about Ice --- README.md | 9 +++++++++ deploy-to-ek.nu | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index edc79be..c5469c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# Ice + +Communication protocol choosen by Mumble: https://doc.zeroc.com/ice/ + +## How to compile 'mumbleServer.ice' + +https://doc.zeroc.com/ice/3.7/hello-world-application/writing-an-ice-application-with-python + + # Systemd "/doc/mumble_web.service" is a systemd user service file. On linux it must be placed diff --git a/deploy-to-ek.nu b/deploy-to-ek.nu index 0e55097..317f001 100644 --- a/deploy-to-ek.nu +++ b/deploy-to-ek.nu @@ -1,3 +1,2 @@ -# The space in " ~/.." is to avoid nu to substitute by the local home directory. -nu deploy.nu gburri@192.168.2.101 " /var/www/mumble_web/" C:\Users\LyssMetal\lyss_metal_rsa \ No newline at end of file +nu deploy.nu gburri@192.168.2.101 "/var/www/mumble_web/" C:\Users\LyssMetal\lyss_metal_rsa \ No newline at end of file -- 2.45.2