Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/README.md')
-rw-r--r--exampleSite/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/exampleSite/README.md b/exampleSite/README.md
new file mode 100644
index 0000000..14747a7
--- /dev/null
+++ b/exampleSite/README.md
@@ -0,0 +1,20 @@
+# hugo-theme-techlog-simple/exampleSite
+
+You should create a ".env" file as follows.
+
+```shellsession
+rm -f .env
+test $(uname -s) = 'Linux' && echo "UID=$(id -u)\nGID=$(id -g)" >> .env
+cat<<EOE >> .env
+BIND_IP_ADDR=192.168.0.1
+EOE
+```
+
+And start the container.
+
+```shellsession
+docker-compose up
+```
+
+Now you can access to the example site via follows URL.
+`http:${BIND_IP_ADDR}:1313`