aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-25 23:50:54 -0400
committertdro <tdro@noreply.example.com>2022-05-25 23:50:54 -0400
commitd233708dcf098fa80feb035f709674f9d6fbc65b (patch)
tree446aa6c7a98ac0350458f74cb51ae8523e6c0225 /content
parent70b46dfcd5dcfa3c539232401fb4168013bc1418 (diff)
downloadcanory-d233708dcf098fa80feb035f709674f9d6fbc65b.tar.gz
canory-d233708dcf098fa80feb035f709674f9d6fbc65b.tar.bz2
canory-d233708dcf098fa80feb035f709674f9d6fbc65b.zip
content/default/messages/quickstart: Add busybox httpd as HTTP server
Diffstat (limited to 'content')
-rw-r--r--content/default/messages/quickstart.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/content/default/messages/quickstart.md b/content/default/messages/quickstart.md
index 0dc1357..ed833ff 100644
--- a/content/default/messages/quickstart.md
+++ b/content/default/messages/quickstart.md
@@ -1,7 +1,7 @@
+++
date = "2022-03-05T03:45:51+00:00"
lastmod = "2022-03-29T22:55:17+00:00"
-tags = [ "docs", "hugo", "quickstart" ]
+tags = [ "docs", "hugo", "quickstart" ]
author = "default"
+++
@@ -16,12 +16,13 @@ cd canory
hugo
```
-SERVE HTML. USE ANY HTTP SERVER.
+SERVE HTML. PREVIEW USING ANY HTTP SERVER.
```shell
cd public
-php -S 127.0.0.1:8124
-python -m http.server 8125
+python -m http.server --bind 127.0.0.1 8124
+busybox httpd -f -p 127.0.0.1:8125
+php -S 127.0.0.1:8126
```
MAKE USER. STUDY CONTENT AND DATA FOLDER.