arch:arch_on_the_pi
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
arch:arch_on_the_pi [2016/10/07 17:49] – [Arch on a Pi] Julien Deswaef | arch:arch_on_the_pi [2016/11/15 21:44] – [Installing ikiwiki] Julien Deswaef | ||
---|---|---|---|
Line 62: | Line 62: | ||
===== Installing ikiwiki ===== | ===== Installing ikiwiki ===== | ||
- | * Install | + | Install |
- | * Install Make | + | < |
- | * <del><code=bash> | + | $: sudo pacman -Syu git base-devel |
- | * Use Pacman with this[[https:// | + | </ |
+ | |||
+ | Install | ||
+ | |||
+ | You'll need 2 extra dependencies from Aur: | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | Install those first. Compiling ikiwiki takes a while on a Raspberry Pi. Be patient. | ||
+ | |||
+ | Although ikiwiki could be running from any server, I found it easier to run it behind Apache. So be sure to have that installed. | ||
+ | |||
+ | Create an unprivileged user (here called wiki) who will be editing the wiki: | ||
+ | < | ||
+ | sudo useradd -m wiki | ||
+ | sudo passwd wiki | ||
+ | </ | ||
+ | |||
+ | If you want to have images handle by the wiki, you will need also Imagemagick | ||
+ | Following https:// | ||
===== Resizing a partition ===== | ===== Resizing a partition ===== | ||
Line 97: | Line 115: | ||
By resizing (which is safe to run on a mounted disk), we tell the file system to use all the space in the new partition. | By resizing (which is safe to run on a mounted disk), we tell the file system to use all the space in the new partition. | ||
+ | |||
+ | |||
+ | ===== Python UnicodeEncodeError horror ===== | ||
+ | So your Python script works on your machine. But when you port it to a freshly installed Arch Linux Arm on a Pi, all hell breaks loose as soon as a weird character pops up. Something like this shows up: | ||
+ | < | ||
+ | Well, don't start modifying your Python code (as you said, it does not have that problem on your machine). | ||
+ |
arch/arch_on_the_pi.txt · Last modified: 2020/08/06 21:11 by Julien Deswaef