diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-07-19 02:40:35 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-07-19 02:40:35 -0700 |
commit | d83ce669fa01331645a3729c4f77e0c39b9cf814 (patch) | |
tree | ed8874073ce45953dcf988caf5edf3682801ac24 /issues/debian_packaging_concerns.mdwn | |
parent | 7ddb2dd62f4ce1d70cacfb8f1a8b0a2d77016805 (diff) | |
download | piny-code-d83ce669fa01331645a3729c4f77e0c39b9cf814.tar.gz piny-code-d83ce669fa01331645a3729c4f77e0c39b9cf814.zip |
Issue: debian packaging concerns: new
Diffstat (limited to 'issues/debian_packaging_concerns.mdwn')
-rw-r--r-- | issues/debian_packaging_concerns.mdwn | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/issues/debian_packaging_concerns.mdwn b/issues/debian_packaging_concerns.mdwn new file mode 100644 index 0000000..e8a2a18 --- /dev/null +++ b/issues/debian_packaging_concerns.mdwn @@ -0,0 +1,34 @@ +* /etc/piny.conf +* /etc/sudoers.d/pinyadmin +* /etc/sv/git-daemon/run + * --base-path=/var/cache /var/cache/git is not a very good place at all; what do we do about that? +* /srv/rbin +* mkdir /srv/git +* mkdir /etc/piny +* mkdir /etc/apache2/piny-available +* mkdir /etc/apache2/piny-enabled +* mkdir /srv/www/$ikiwiki_destdir/repos +* mkdir /etc/ikiwiki/wikilist.d +* lots of /etc/cgitrc changes +* mkdir /etc/cgitrc.d (this needs fixing) +* mkdir /srv/www/$ikiwiki_destdir/static +* ln /usr/share/cgit/cgit.css /srv/www/$ikiwiki_destdir/static +* ln /usr/share/cgit/logo.png /srv/www/$ikiwiki_destdir/static +* /srv/git-template.git +* change GROUP to shadow in /etc/apache2/envvars + +* dependencies + * cgit + * libyaml-tiny-perl + * gcc + * libc6-dev + * dvipng + * texlive-science + * graphviz + * perlmagick + * libcgi-formbuilder-perl + * git-daemon-run + * apache2 + * libapache2-mod-auth-sys-group + * libapache2-mod-auth-pam + |