Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarmo committed Apr 7, 2024
1 parent 456c502 commit 9522f0c
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 71 deletions.
3 changes: 2 additions & 1 deletion docs/install/INSTALL-centos-9.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Installation on CentOS 9

> This is a standalone, distribution-specific version of `INSTALL.md`. You do not need to read or follow the original file, but can refer to it for generic steps like setting up SSH keys (which are assumed to be common knowledge here)
!!! note
This is a standalone, distribution-specific version of `INSTALL.md`. You do not need to read or follow the original file, but can refer to it for generic steps like setting up SSH keys (which are assumed to be common knowledge here)

All steps done as root (or add sudo if you prefer).

Expand Down
4 changes: 2 additions & 2 deletions docs/install/INSTALL-other.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Installation on other platforms

> This is a standalone, distribution-specific version of `INSTALL.md`. You do not need to read or follow the original file, but can refer to it for generic steps like setting up SSH keys (which are assumed to be common knowledge here)
!!! note
This is a standalone, distribution-specific version of `INSTALL.md`. You do not need to read or follow the original file, but can refer to it for generic steps like setting up SSH keys (which are assumed to be common knowledge here)

## Dependencies

Expand Down
3 changes: 2 additions & 1 deletion docs/install/INSTALL-raspbian-9.4-stretch-10-buster.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Installation on Raspbian Stretch or Buster

> This is a standalone, distribution-specific version of `INSTALL.md`. You do not need to read or follow the original file, but can refer to it for generic steps like setting up SSH keys (which are assumed to be common knowledge here)
!!! note
This is a standalone, distribution-specific version of `INSTALL.md`. You do not need to read or follow the original file, but can refer to it for generic steps like setting up SSH keys (which are assumed to be common knowledge here)

`piku` setup is simplified in modern Debian versions, since it can take advantage of some packaging improvements in [uWSGI][uwsgi] and does not require a custom `systemd` service. However, Stretch still ships with Python 3.5, which means it's not an ideal environment for new deployments on both Intel and ARM devices (Buster, in turn, ships with Python 3.7).

Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion docs/install/INSTALL-ubuntu-18.04-bionic.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Installation on Ubuntu 18.04 LTS (Bionic)

> This is a standalone, distribution-specific version of `INSTALL.md`. You do not need to read or follow the original file, but can refer to it for generic steps like setting up SSH keys (which are assumed to be common knowledge here)
!!! Note
This is a standalone, distribution-specific version of `INSTALL.md`. You do not need to read or follow the original file, but can refer to it for generic steps like setting up SSH keys (which are assumed to be common knowledge here)

`piku` setup is simplified in Bionic, since it can take advantage of some packaging improvements in [uWSGI][uwsgi] and does not require a custom `systemd` service. Since Bionic also ships with Python 3.6, this is an ideal environment for new deployments on both Intel and ARM devices.

Expand Down
3 changes: 2 additions & 1 deletion docs/install/INSTALL-ubuntu-22.04-jammy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Installation on Ubuntu 22.04 LTS (Jammy)

> This is a standalone, distribution-specific version of `INSTALL.md`. You do not need to read or follow the original file, but can refer to it for generic steps like setting up SSH keys (which are assumed to be common knowledge here)
!!! Note
This is a standalone, distribution-specific version of `INSTALL.md`. You do not need to read or follow the original file, but can refer to it for generic steps like setting up SSH keys (which are assumed to be common knowledge here)

`piku` setup is simplified in Jammy, since it can take advantage of some packaging improvements in [uWSGI][uwsgi] and does not require a custom `systemd` service. Since Jammy also ships with Python 3.10, this is an ideal environment for new deployments on both Intel and ARM devices.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Setting up a Raspberry Pi Piku Server from Scratch

## DISCLAIMER!

### These instructions are correct as of April 1st 2016
!!! Warning
These instructions are correct as of April 1st 2016. Quite a bit has changed since then in Raspberry Pi land, so you may need to adjust them accordingly.

Start by flashing a SD card with [the latest Raspbian Jessie Lite image](https://www.raspberrypi.org/downloads/raspbian/).

Expand Down Expand Up @@ -52,8 +51,7 @@ sudo apt install -y python-virtualenv python-pip git uwsgi uwsgi-plugin-python n
sudo pip install -U click
sudo reboot
```

# Meanwhile, go get the goodies while Raspberry Pi is rebooting
Meanwhile, go get the goodies while Raspberry Pi is rebooting

(We assume you know about ssh keys and have one "at hand", you'll need to copy it)

Expand Down Expand Up @@ -116,9 +114,9 @@ Prepare uWSGI (part two):
sudo systemctl start uwsgi-piku
sudo systemctl status uwsgi-piku.service
```
If you're still here, odds are your Pi is ready for work


# If you're still here, odds are your Pi is ready for work
### Testing

Go back to your machine and try these commands:

Expand Down
58 changes: 0 additions & 58 deletions docs/old/ROADMAP.md

This file was deleted.

0 comments on commit 9522f0c

Please sign in to comment.