From 782fb6fc1f632539233b0f619587343247db14ae Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Sun, 7 Apr 2024 11:43:35 +0100 Subject: [PATCH] links --- docs/manage.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/manage.md b/docs/manage.md index 5144a09..942aca1 100644 --- a/docs/manage.md +++ b/docs/manage.md @@ -1,7 +1,10 @@ # Manage -To make life easier you can also install the `piku` helper into your path (e.g. `~/bin`). + +## Managing your Piku apps + +To make life easier you can also install the `piku` helper into your path (e.g. `~/bin`): ```shell curl https://raw.githubusercontent.com/piku/piku/master/piku > ~/bin/piku && chmod 755 ~/bin/piku @@ -40,4 +43,8 @@ App: dashboard piku@piku:~/.piku/apps/dashboard$ ls data ENV index.html package.json package-lock.json Procfile server.wisp -``` \ No newline at end of file +``` + +## Monitoring + +Besides using the `logs` command, there is a [sample monitoring application](https://github.com/piku/piku-monitoring) to keep tabs on resource usage. \ No newline at end of file