Added a comment
parent
649fc3f3f4
commit
f4bf1b0bc2
|
@ -0,0 +1,43 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="gry"
|
||||||
|
avatar="http://cdn.libravatar.org/avatar/5821f2dec97d186ce3b455b806d33035"
|
||||||
|
subject="comment 1"
|
||||||
|
date="2022-02-13T22:10:45Z"
|
||||||
|
content="""
|
||||||
|
Steps I did for install,
|
||||||
|
|
||||||
|
0) create user 'w' in which the wiki will be set up
|
||||||
|
|
||||||
|
1) add the following to ~/.profile:
|
||||||
|
|
||||||
|
wget -O- http://cpanmin.us | perl - -l ~/perl5 App::cpanminus local::lib
|
||||||
|
eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`
|
||||||
|
echo 'eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`' >> ~/.profile
|
||||||
|
echo 'export MANPATH=$HOME/perl5/man:$MANPATH' >> ~/.profile
|
||||||
|
|
||||||
|
2) . ~/.profile
|
||||||
|
|
||||||
|
3) download ikiwki from packages.debian.org, extract the archive
|
||||||
|
|
||||||
|
4) ./Makefile.PL - warned about missing dependencies - installed them using cpanm
|
||||||
|
|
||||||
|
5)
|
||||||
|
|
||||||
|
```
|
||||||
|
gmake install DESTDIR=/home/w/usr
|
||||||
|
install -d /home/w/usr/etc/ikiwiki
|
||||||
|
install -m 0644 wikilist /home/w/usr/etc/ikiwiki
|
||||||
|
install -m 0644 auto.setup /home/w/usr/etc/ikiwiki
|
||||||
|
install -m 0644 auto-blog.setup /home/w/usr/etc/ikiwiki
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
6) added \"PATH=$PATH:/home/w/usr/usr/local/bin/\" and \"export PERL5LIB=/home/w/usr/usr/local/libdata/perl5/site_perl/\" to ~/.profile
|
||||||
|
|
||||||
|
7) logged off, logged back on
|
||||||
|
|
||||||
|
8) ikiwiki --setup mysite.setup
|
||||||
|
|
||||||
|
Hope it helps with finding where the issue is.
|
||||||
|
|
||||||
|
"""]]
|
Loading…
Reference in New Issue