Ikiwiki: Difference between revisions
No edit summary |
|||
| Line 12: | Line 12: | ||
/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> | ||
== Editing the wiki == | |||
=== local.css / template === | |||
after you make changes to your ikiwiki template or local.css, you should run | |||
<code>ikiwiki --setup WIKINAME.setup</code> | |||
== Making your ikiwiki public with nginx == | == Making your ikiwiki public with nginx == | ||
Revision as of 17:53, 30 April 2026
About
what is ikiwiki?
Installation
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]
Editing the wiki
local.css / template
after you make changes to your ikiwiki template or local.css, you should run
ikiwiki --setup WIKINAME.setup