summaryrefslogtreecommitdiff
path: root/docs/install_notes.txt
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2012-08-30 19:55:20 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2012-08-30 19:55:20 -0700
commite35898e00cfa137189d760e14eaf4b5d052f7090 (patch)
tree7145c1114fcdca80344427dc96ec51f97accd125 /docs/install_notes.txt
parent144e531e0b8d93840b139c9a126c28375cbe23a7 (diff)
downloadpiny-code-e35898e00cfa137189d760e14eaf4b5d052f7090.tar.gz
piny-code-e35898e00cfa137189d760e14eaf4b5d052f7090.zip
install notes: fix various small oversights
Diffstat (limited to 'docs/install_notes.txt')
-rw-r--r--docs/install_notes.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/install_notes.txt b/docs/install_notes.txt
index b702be3..f09edc5 100644
--- a/docs/install_notes.txt
+++ b/docs/install_notes.txt
@@ -1,11 +1,11 @@
-List of runtime dependencies: apache2 libconfig-simple-perl libcrypt-blowfish-perl libcrypt-cbc-perl libdigest-hmac-perl libdigest-sha-perl libemail-valid-loose-perl libgetopt-tabular-perl libjson-perl libmath-gmp-perl libmime-base32-perl libmoose-perl libmoosex-singleton-perl libmoosex-strictconstructor-perl moreutils ssl-cert libapache2-mod-auth-pam libapache2-mod-auth-sys-group git libsearch-xapian-perl libcgi-session-perl libcgi-formbuilder-perl libxml-simple-perl perlmagick libfile-chdir-perl libtext-markdown-discount-perl libtext-csv-perl graphviz texlive dvipng libsort-naturally-perl
-List of source dependencies: dpkg-dev debhelper devscripts fakeroot texlive-extra-utils wdg-html-validator po4a cdbs zlib1g-dev libssl-dev libcurl4-openssl-dev
+List of runtime dependencies: apache2 libconfig-simple-perl libcrypt-blowfish-perl libcrypt-cbc-perl libdigest-hmac-perl libdigest-sha-perl libemail-valid-loose-perl libgetopt-tabular-perl libjson-perl libmath-gmp-perl libmime-base32-perl libmoose-perl libmoosex-singleton-perl libmoosex-strictconstructor-perl moreutils ssl-cert libapache2-mod-auth-pam libapache2-mod-auth-sys-group git libsearch-xapian-perl libcgi-session-perl libcgi-formbuilder-perl libxml-simple-perl perlmagick libfile-chdir-perl libtext-markdown-discount-perl libtext-csv-perl graphviz texlive dvipng libsort-naturally-perl gcc sudo
+List of source dependencies: dpkg-dev debhelper devscripts fakeroot texlive-extra-utils wdg-html-validator po4a cdbs zlib1g-dev libssl-dev libcurl4-openssl-dev build-essential libhtml-template-perl libhtml-scrubber-perl libyaml-libyaml-perl python-support
# wheezy is best-tested at this point
# ikiwiki
cd ~
-git clone git://git.ikiwiki.info
+git clone git://git.ikiwiki.info/
cd git.ikiwiki.info
sed '/<\/pre>/,/<pre>/ d' < doc/todo/headless_git_branches.mdwn | patch -p1
# you may wish to git commit IkiWiki/Plugin/git.pm if you intend to continue tracking upstream
@@ -23,8 +23,8 @@ echo ikiwiki hold | dpkg --set-selections
cd ~
git clone git://piny.be/piny-code
cd piny-code
-./builddebs
-dpkg -i libpiny-perl*.deb pinyadmin*.deb pinyconfigs*.deb pinyweb*.deb
+./builddebs # probably want to say no to everything
+dpkg -i libpiny-perl*.deb pinyadmin*.deb pinyconfigs*.deb pinyweb*.deb # Probably want to replace the files it offers to replace
a2enmod ssl
a2enmod auth_pam
@@ -96,7 +96,7 @@ ln -sv /usr/bin/newrepo /srv/rbin # enables creation of new repositories from pi
ln -sv /usr/bin/newuser /srv/rbin # enables creation of new piny shell accounts from piny shell accounts
# git-daemon
-apt-get install git-daemon-run
+apt-get install git-daemon-sysvinit
perl -pe 's|GIT_DAEMON_ENABLE=false|GIT_DAEMON_ENABLE=true|;s|GIT_DAEMON_DIRECTORY=/var/cache/git|GIT_DAEMON_DIRECTORY=/srv/git|;' < /etc/default/git-daemon | sponge /etc/default/git-daemon
echo 'GIT_DAEMON_BASE_PATH=/srv/git' >> /etc/default/git-daemon
/etc/init.d/git-daemon restart