浏览代码

moved scripts into subdir

Harlan Iverson 7 年之前
父节点
当前提交
dd69c16d2e

+ 2 - 2
tinydatacenter.com-v2/README.md

@@ -1,9 +1,9 @@
 The site is in the apps directory. Based on cryogen.
 
-Built with `./build.sh`, started with `./start.sh` and will stay running after reboot... stopped with `./stop.sh`.
+Built with `./scripts/build.sh`, started with `./scripts/start.sh` and will stay running after reboot... stopped with `./scripts/stop.sh`.
 
 The running service will rebuild changes, although it takes about 2 minutes on the RasPi and makes content unavailabile.
 
-In order to address this, we can create a snapshot with `./build-static.sh` and run that using `./start-static.sh` (heh) and `./stop-static.sh`.
+In order to address this, we can create a snapshot with `./scripts/build-static.sh` and run that using `./scripts/start-static.sh` (heh) and `./scripts/stop-static.sh`.
 
 The static service uses the same Python module that we use for the v1 service.

+ 0 - 0
tinydatacenter.com-v2/build-static.sh → tinydatacenter.com-v2/scripts/build-static.sh


+ 0 - 0
tinydatacenter.com-v2/build.sh → tinydatacenter.com-v2/scripts/build.sh


+ 0 - 0
tinydatacenter.com-v2/start-static.sh → tinydatacenter.com-v2/scripts/start-static.sh


+ 0 - 0
tinydatacenter.com-v2/start.sh → tinydatacenter.com-v2/scripts/start.sh


+ 0 - 0
tinydatacenter.com-v2/stop-static.sh → tinydatacenter.com-v2/scripts/stop-static.sh


+ 0 - 0
tinydatacenter.com-v2/stop.sh → tinydatacenter.com-v2/scripts/stop.sh