Ikiwiki: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Installation == | == Installation == | ||
sudo apt install ikiwiki | sudo apt install ikiwiki | ||
== Setup <ref>https://ikiwiki.info/setup/#index1h2</ref> == | |||
Then to set it up, you run the following command | Then to set it up, 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 | then add <code>PERL_RL=Perl</code> before ikiwiki <ref>https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113969</ref> | ||
== Making your ikiwiki public == | == Making your ikiwiki public == | ||
== Markdown syntax == | == Markdown syntax == | ||
Revision as of 15:24, 30 April 2026
Installation
sudo apt install ikiwiki
Setup [1]
Then to set it up, 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]