summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```