switched my DreamHost install to pkgsrc, happily
[ikiwiki.git] / doc / tips / DreamHost / discussion.mdwn
1 I managed to install ikiwiki on eggplant farms, with most basic features except markdown.
2
3 I think ikiwiki is more suitable for VPS/dedicated server. Shared hosting doesn't fit.
4
5 I just (2009/04/27) installed ikiwiki on DreamHost and the CPAN instructions here are unnecessarily complicated. I used "cpan" instead of "perl -MCPAN -e shell" and had no trouble with  that portion of the install. --[[schmonz]]
6
7 After tiring of managing things by hand, I've switched to using
8 pkgsrc as an unprivileged user. This uses a bit more disk for my
9 own copies of perl, python, etc., but in exchange I can `cd
10 .../pkgsrc/www/ikiwiki && make install` and everything just works.
11 Plus I get all the benefits of a package system, like easy uninstalling
12 and being notified of outdated or insecure software.
13
14 The only catch: sometimes the package dependency tree gets too deep
15 for DreamHost's user process limit, resulting in build death. I
16 work around this by resuming the build partway down the tree, then
17 trying again from whatever I was actually trying to install.
18 --[[schmonz]]