diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-02-11 18:16:20 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-02-11 18:17:32 +0100 |
commit | 4cb1ef1ff3985f7fbd8768f1c5dae5bbbe347b26 (patch) | |
tree | 49c035e2fc79a138549cbaa3294fbb48bb00f90c /README.md | |
parent | f830274cb0c4f1efec2313f72007741957b86e76 (diff) | |
download | web-template-4cb1ef1ff3985f7fbd8768f1c5dae5bbbe347b26.tar web-template-4cb1ef1ff3985f7fbd8768f1c5dae5bbbe347b26.tar.zst web-template-4cb1ef1ff3985f7fbd8768f1c5dae5bbbe347b26.zip |
Update Documentation
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 ``` |