summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-02-11 18:16:20 +0100
committerxengineering <mail2xengineering@protonmail.com>2021-02-11 18:17:32 +0100
commit4cb1ef1ff3985f7fbd8768f1c5dae5bbbe347b26 (patch)
tree49c035e2fc79a138549cbaa3294fbb48bb00f90c /README.md
parentf830274cb0c4f1efec2313f72007741957b86e76 (diff)
downloadweb-template-4cb1ef1ff3985f7fbd8768f1c5dae5bbbe347b26.tar
web-template-4cb1ef1ff3985f7fbd8768f1c5dae5bbbe347b26.tar.zst
web-template-4cb1ef1ff3985f7fbd8768f1c5dae5bbbe347b26.zip
Update Documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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 <project_name> # default <project_name> is webtemplate
+curl http://localhost:<framework_port>/ # default <framework_port> 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 <project_name> # default <project_name> is webtemplate
make uninstall
make clean
```