Ver Fonte

Create script to host files locally

Useful for testing.
DricomDragon há 5 anos atrás
pai
commit
edf564f960
1 ficheiros alterados com 4 adições e 0 exclusões
  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'