Side notes, howtos and random bits of information related to Julien Deswaef's projects
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
arch:arch_on_the_pi [2016/10/11 21:31] Julien Deswaef |
arch:arch_on_the_pi [2016/11/16 02:50] Julien Deswaef [Installing ikiwiki] |
||
---|---|---|---|
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 [[https:// | ||
+ | |||
+ | You'll need 2 extra dependencies from Aur: | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | Install those first. Compiling ikiwiki takes a while on a Raspberry Pi. Be patient. | ||
+ | |||
+ | If you want to have images handle by the wiki, you will need also Imagemagick | ||
+ | |||
+ | 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 | ||
+ | </ | ||
+ | |||
+ | Following https:// | ||
===== Resizing a partition ===== | ===== Resizing a partition ===== |