Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarmo committed Jun 9, 2024
1 parent 5a803d8 commit e280e1f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

## TL;DR:

To install it on your server, `ssh` in as `root` and run this:
If you are in a hurry to install it on your server and are OK with downloading random scripts off the Internet, `ssh` in as `root` and run this:

```bash
curl https://piku.github.io/get | sh
```

## Installation Methods
!!! Warning
This installation method is not recommended for production servers, and was added after an incredible amount of requests for a one-liner. It is safe to use on a fresh server, but you MUST always read scripts before running them.

## Recommended, Guaranteed Safe Installation Methods

`piku` requires `Python 3`, [uWSGI][uwsgi], `ssh`, and a Linux distribution that runs `systemd`, such as Raspbian Jessie/Debian 8+/Ubuntu/Fedora/CentOS.

Expand Down

0 comments on commit e280e1f

Please sign in to comment.