]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/problems_with_git_push_on_openbsd/comment_1_b4405629a7ab7058b8d0284ef36de7e8._comment
Added a comment
[git.ikiwiki.info.git] / doc / forum / problems_with_git_push_on_openbsd / comment_1_b4405629a7ab7058b8d0284ef36de7e8._comment
1 [[!comment format=mdwn
2  username="gry"
3  avatar="http://cdn.libravatar.org/avatar/5821f2dec97d186ce3b455b806d33035"
4  subject="comment 1"
5  date="2022-02-13T22:10:45Z"
6  content="""
7 Steps I did for install,
9 0) create user 'w' in which the wiki will be set up
11 1) add the following to ~/.profile:
13 wget -O- http://cpanmin.us | perl - -l ~/perl5 App::cpanminus local::lib
14 eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`
15 echo 'eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`' >> ~/.profile
16 echo 'export MANPATH=$HOME/perl5/man:$MANPATH' >> ~/.profile
18 2) . ~/.profile
20 3) download ikiwki from packages.debian.org, extract the archive
22 4) ./Makefile.PL - warned about missing dependencies - installed them using cpanm
24 5) 
26 ```
27 gmake install DESTDIR=/home/w/usr
28 install -d /home/w/usr/etc/ikiwiki
29 install -m 0644 wikilist /home/w/usr/etc/ikiwiki
30 install -m 0644 auto.setup /home/w/usr/etc/ikiwiki
31 install -m 0644 auto-blog.setup /home/w/usr/etc/ikiwiki
33 ```
35 6) added \"PATH=$PATH:/home/w/usr/usr/local/bin/\" and \"export PERL5LIB=/home/w/usr/usr/local/libdata/perl5/site_perl/\" to ~/.profile
37 7) logged off, logged back on
39 8) ikiwiki --setup mysite.setup
41 Hope it helps with finding where the issue is.
43 """]]