xuv's notebook

Side notes, howtos and random bits of information related to Julien Deswaef's projects

User Tools

Site Tools


arch:arch_on_the_pi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
arch:arch_on_the_pi [2016/11/13 19:46] – [Installing ikiwiki] Julien Deswaefarch:arch_on_the_pi [2016/11/15 21:17] – [Installing ikiwiki] Julien Deswaef
Line 74: Line 74:
 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 the wiki: +Although ikiwiki could be running from any server, I found it easier to run it behind Apache. So be sure to have that installed.
-<code> +
-sudo adduser -m username +
-sudo passwd username +
-</code>+
  
-Install and enable support for CGI scripts+Create an unprivileged user (here called wiki) who will be editing the wiki:
 <code> <code>
-sudo pacman -Syu fcgi fcgiwrap spawn-fcgi +sudo adduser -m wiki 
-sudo systemctl enable fcgiwrap +sudo passwd wiki
-sudo systemctl start fcgiwrap+
 </code> </code>
  
-Switched to apache.. Much easier.+If you want to have images handle by the wiki, you will need also Imagemagick 
  
-Dependencies to install:  
-  * imagemagick  
-  * gitweb 
 Following https://www.linode.com/docs/websites/wikis/ikiwiki-on-arch-linux/ Following https://www.linode.com/docs/websites/wikis/ikiwiki-on-arch-linux/
  
arch/arch_on_the_pi.txt · Last modified: 2020/08/06 21:11 by Julien Deswaef