From 4cb1ef1ff3985f7fbd8768f1c5dae5bbbe347b26 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 11 Feb 2021 18:16:20 +0100 Subject: Update Documentation --- README.md | 3 +++ example_settings.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 307a42f..8bd9f65 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ cd web-template nano settings.json # tweak to your needs make all make install +sudo systemctl start # default is webtemplate +curl http://localhost:/ # default is 28472 ``` **Make sure to not edit settings.json until you uninstalled the project!** @@ -34,6 +36,7 @@ make install You can remove it like this: ``` +sudo systemctl stop # default is webtemplate make uninstall make clean ``` diff --git a/example_settings.json b/example_settings.json index ec9da38..8e2f7ac 100644 --- a/example_settings.json +++ b/example_settings.json @@ -6,7 +6,7 @@ "webroot":"/srv/http", "framework":"flask", - "framework_port":"3009", + "framework_port":"28472", "framework_bind":"127.0.0.1", "user":"http", "group":"http" -- cgit v1.2.3-70-g09d2