diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ``` |