arch:arch_on_the_pi
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| arch:arch_on_the_pi [2016/11/13 19:46] – [Installing ikiwiki] Julien Deswaef | arch:arch_on_the_pi [2020/08/06 21:11] (current) – Julien Deswaef | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Some random notes related to [[http:// | Some random notes related to [[http:// | ||
| - | ===== Compiling | + | ===== Blender ===== |
| + | ==== Installing from packages on RPi3 ==== | ||
| + | [[https:// | ||
| + | |||
| + | See bottom of this page for the right archive to use at installation: | ||
| + | |||
| + | Rendering a default file seems to require '' | ||
| + | < | ||
| + | xvfb-run blender -b -noaudio untitled_e.blend -o // -f 1 | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== Compiling on RPi2 ==== | ||
| If it's still not in the repositories, | If it's still not in the repositories, | ||
| [[https:// | [[https:// | ||
| Line 74: | Line 86: | ||
| Install those first. Compiling ikiwiki takes a while on a Raspberry Pi. Be patient. | Install those first. Compiling ikiwiki takes a while on a Raspberry Pi. Be patient. | ||
| - | Create an unprivileged user who will be editing | + | If you want to have images handle by the wiki, you will need also Imagemagick |
| - | < | + | |
| - | sudo adduser -m username | + | |
| - | sudo passwd username | + | |
| - | </ | + | |
| - | Install and enable support for CGI scripts | + | 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 pacman | + | sudo useradd |
| - | sudo systemctl enable fcgiwrap | + | sudo passwd wiki |
| - | sudo systemctl start fcgiwrap | + | |
| </ | </ | ||
| - | Switched to apache.. Much easier. | ||
| - | |||
| - | Dependencies to install: | ||
| - | * imagemagick | ||
| - | * gitweb | ||
| Following https:// | Following https:// | ||
arch/arch_on_the_pi.1479062782.txt.gz · Last modified: by Julien Deswaef
