@@ -1,3 +1,3 @@
-README.pdf
-README.html
-
+*.pdf
+*.html
+nohup.out
@@ -7,3 +7,6 @@
[submodule "sdl-py"]
path = sdl-py
url = ssh://git@gogs.davidventura.com.ar:443/david/sdl-py.git
+[submodule "eba-ng"]
+ path = eba-ng
+ url = ssh://git@gogs.davidventura.com.ar:443/david/eba-ng.git
@@ -1,3 +1,9 @@
+SOFTWARE:
+ pandoc --toc SOFTWARE.md -f markdown -c css/github-pandoc.css -o SOFTWARE.html
+
+README:
+ pandoc --toc README.md -f markdown -c css/github-pandoc.css -o README.html
doc:
pandoc --toc README.md -f markdown -c css/github-pandoc.css -o README.html
@@ -0,0 +1,31 @@
+# Que hacer si un servidor muere?
+## Server-01
+### Curso en vivo
+Software:
+* nginx
+* nginx-rtmp ( https://github.com/sergey-dryabzhinsky/nginx-rtmp-module )
+* ffmpeg ( deb-multimedia )
+Configs:
+TODO
+### Facturacion
+* php5-fpm
+* mysql
+* impresora ( CUPS con driver foomatic, configuras que impresora desde eba-ng/back/imprimir.php )
+* motion (camaras)
+* scanner (TODO)
+## VPS-01
@@ -1,5 +1,6 @@
#!/bin/bash
while [ true ]; do
- inotifywait -e modify,attrib,close_write,move,create,delete $PWD/README.md && make;
+ comm=$(inotifywait -e modify,attrib,close_write,move,create,delete *.md | awk '{print $1}' | sed 's/.md//')
+ make $1;
sleep 0.5
done
@@ -0,0 +1 @@
+Subproject commit 6c3d7507f7da2216e7222ecedf6063d21a88c805