aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/DreamHost
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz@magnetic-babysitter.(none)>2009-08-16 11:56:16 -0400
committerAmitai Schlair <schmonz@magnetic-babysitter.(none)>2009-08-16 11:56:16 -0400
commit56bd1735967daef3610357801232a41de7ee2cbb (patch)
treeec0ee3fed05bdce295a7b24c9427aad5f12f382b /doc/tips/DreamHost
parentd3ec1a3af2f9a2265336ba376f3ee7b75bb6e534 (diff)
downloadikiwiki-56bd1735967daef3610357801232a41de7ee2cbb.tar
ikiwiki-56bd1735967daef3610357801232a41de7ee2cbb.tar.gz
switched my DreamHost install to pkgsrc, happily
Diffstat (limited to 'doc/tips/DreamHost')
-rw-r--r--doc/tips/DreamHost/discussion.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/tips/DreamHost/discussion.mdwn b/doc/tips/DreamHost/discussion.mdwn
index 74f48938e..258d385ae 100644
--- a/doc/tips/DreamHost/discussion.mdwn
+++ b/doc/tips/DreamHost/discussion.mdwn
@@ -3,3 +3,16 @@ I managed to install ikiwiki on eggplant farms, with most basic features except
I think ikiwiki is more suitable for VPS/dedicated server. Shared hosting doesn't fit.
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]]
+
+After tiring of managing things by hand, I've switched to using
+pkgsrc as an unprivileged user. This uses a bit more disk for my
+own copies of perl, python, etc., but in exchange I can `cd
+.../pkgsrc/www/ikiwiki && make install` and everything just works.
+Plus I get all the benefits of a package system, like easy uninstalling
+and being notified of outdated or insecure software.
+
+The only catch: sometimes the package dependency tree gets too deep
+for DreamHost's user process limit, resulting in build death. I
+work around this by resuming the build partway down the tree, then
+trying again from whatever I was actually trying to install.
+--[[schmonz]]