Ikiwiki: Difference between revisions
No edit summary |
|||
| Line 4: | Line 4: | ||
== Installation == | == Installation == | ||
<blockquote>'''NOTE:''' | |||
where '''<u>$WIKI</u>''' put the name of your wiki | |||
where '''<u>$USER</u>''' put the name of the local user</blockquote> | |||
sudo apt install ikiwiki | sudo apt install ikiwiki | ||
== Setup <ref>https://ikiwiki.info/setup/#index1h2</ref> == | === Setup <ref>https://ikiwiki.info/setup/#index1h2</ref> === | ||
You run the following command: | You run the following command: | ||
<code>ikiwiki --setup /etc/ikiwiki/auto.setup</code> | <code>ikiwiki --setup /etc/ikiwiki/auto.setup</code> | ||
If you get this error: | If you get this error: | ||
/etc/ikiwiki/auto.setup: Only one Term::ReadLine::Gnu instance is allowed. at /usr/share/perl5/IkiWiki/Setup/Automator.pm line 17. | /etc/ikiwiki/auto.setup: Only one Term::ReadLine::Gnu instance is allowed. at /usr/share/perl5/IkiWiki/Setup/Automator.pm line 17. | ||
then add <code>PERL_RL=Perl</code> before ikiwiki <ref>https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113969</ref> | then add <code>PERL_RL=Perl</code> before ikiwiki <ref>https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113969</ref><blockquote>you will then get a series of prompts:</blockquote> | ||
What will the wiki be named? '''<u>$WIKI</u>''' | |||
What revision control system to use? git | |||
What wiki user (or openid) will be admin? <u>'''$USER'''</u> | |||
Choose a password: | |||
once you fill them in, you're almost set! | |||
== Editing the wiki == | == Editing the wiki == | ||
=== | === customizing CSS === | ||
add local.css in the git folder /home/USER/IKIWIKI/ | |||
use this as your ikiwikis css file | |||
== Making your ikiwiki public with nginx == | == Making your ikiwiki public with nginx == | ||
Revision as of 18:25, 30 April 2026
About
what is ikiwiki?
Installation
NOTE:
where $WIKI put the name of your wiki
where $USER put the name of the local user
sudo apt install ikiwiki
Setup [1]
You run the following command:
ikiwiki --setup /etc/ikiwiki/auto.setup
If you get this error:
/etc/ikiwiki/auto.setup: Only one Term::ReadLine::Gnu instance is allowed. at /usr/share/perl5/IkiWiki/Setup/Automator.pm line 17.
then add PERL_RL=Perl before ikiwiki [2]
you will then get a series of prompts:
What will the wiki be named? $WIKI What revision control system to use? git What wiki user (or openid) will be admin? $USER Choose a password:
once you fill them in, you're almost set!
Editing the wiki
customizing CSS
add local.css in the git folder /home/USER/IKIWIKI/
use this as your ikiwikis css file