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 | ||
arch:arch_on_the_pi [2016/11/12 20:28] Julien Deswaef [Installing ikiwiki] |
arch:arch_on_the_pi [2020/08/06 21:11] 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 67: | Line 79: | ||
</ | </ | ||
- | | + | 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. | ||
+ | |||
+ | 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 ===== |