summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-07-16 15:39:24 +0200
committernicolargo <nicolas@nicolargo.com>2021-07-16 15:39:24 +0200
commit04bad352e6a054a9e001282f797c8e71608fe0b8 (patch)
treeaff2e7e0ac7de864cb21039946d4b69f8e49fa73 /Makefile
parenta0aa5b479d08a54e28aad25fb18a108f774a9108 (diff)
Get specific item
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ebc54687..9f5a80b5 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,9 @@ run-debug: venv
run-webserver: venv
./venv/bin/python -m glances -C ./conf/glances.conf -w
+run-restapiserver: venv
+ ./venv/bin/python -m glances -C ./conf/glances.conf -w --disable-webui
+
run-server: venv
./venv/bin/python -m glances -C ./conf/glances.conf -s