Browse Source

Adds almost useless doc

Yann Weber 1 year ago
parent
commit
43457d08a5
2 changed files with 5 additions and 0 deletions
  1. 4
    0
      deploy.sh
  2. 1
    0
      send_live.example

+ 4
- 0
deploy.sh View File

@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+echo apt install htop vim git python3 python3-pip python3-numpy python3-sklearn screen nasm python3-tqdm python3-skimage
3
+echo pip3 install alphashape
4
+echo make

+ 1
- 0
send_live.example View File

@@ -0,0 +1 @@
1
+while [ 1 ]; do for img in ../rpnifs2_*.png; do convert "$img" -alpha off  "$(basename $img)"; echo -n '.'; done; echo ""; rsync -c -v  ./rpnifs2_*.png root@http.zvirt:/home/www-data/www/rpnifs/live/; sleep 40; done

Loading…
Cancel
Save