Explorar o código

Create script to host files locally

Useful for testing.
DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
edf564f960
Modificáronse 1 ficheiros con 4 adicións e 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'