Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarmo committed Apr 7, 2024
1 parent 5fd9e1f commit 782fb6f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/manage.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -40,4 +43,8 @@ App: dashboard

piku@piku:~/.piku/apps/dashboard$ ls
data ENV index.html package.json package-lock.json Procfile server.wisp
```
```

## Monitoring

Besides using the `logs` command, there is a [sample monitoring application](https://github.com/piku/piku-monitoring) to keep tabs on resource usage.

0 comments on commit 782fb6f

Please sign in to comment.