summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-09-11 18:04:04 +0200
committernicolargo <nicolas@nicolargo.com>2022-09-11 18:04:04 +0200
commit8a1d4ab53af3255c8ccf04dc4bc9a738ed31879a (patch)
tree556f5e8a514ec35966b6bdd1216c25c387da57eb /Makefile
parent5a1315130b939ef25af3549800b5ce4e240cf35d (diff)
Correct some minor artifact issue in the WebUI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 01cd9023..f139e4c3 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,9 @@ run: ## Start Glances in console mode (also called standalone)
run-debug: ## Start Glances in debug console mode (also called standalone)
./venv/bin/python -m glances -C ./conf/glances.conf -d
+run-local-conf: ## Start Glances in console mode with the system conf file
+ ./venv/bin/python -m glances
+
run-webserver: ## Start Glances in Web server mode
./venv/bin/python -m glances -C ./conf/glances.conf -w