From: gry <gry@web>
Date: Sun, 13 Feb 2022 22:10:45 +0000 (-0400)
Subject: Added a comment
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f4bf1b0bc219ee48e6ad92d2b227fbb1c055aae7?ds=sidebyside

Added a comment
---

diff --git a/doc/forum/problems_with_git_push_on_openbsd/comment_1_b4405629a7ab7058b8d0284ef36de7e8._comment b/doc/forum/problems_with_git_push_on_openbsd/comment_1_b4405629a7ab7058b8d0284ef36de7e8._comment
new file mode 100644
index 000000000..45e58e82d
--- /dev/null
+++ b/doc/forum/problems_with_git_push_on_openbsd/comment_1_b4405629a7ab7058b8d0284ef36de7e8._comment
@@ -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.
+
+"""]]