Explorar el Código

Create script to host files locally

Useful for testing.
DricomDragon hace 5 años
padre
commit
edf564f960
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      undeployed/scripts/serve-home.sh

+ 4 - 0
undeployed/scripts/serve-home.sh

@@ -0,0 +1,4 @@
+#!/bin/sh
+# Host pages on LAN
+
+php -S 0.0.0.0:8080 -t '../../web'