blob: 2594e4bbda2f91e28e73b7621f032bf6d4087460 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
* Status: [[!taglink open]] <!-- Choose one: open, closed -->
* Assigned to: [[!taglink jrayhawk]] <!-- Choose one or more: jrayhawk, jblake -->
* Priority: [[!taglink now]] <!-- Choose one: now, soon, later -->
* Opened by: jrayhawk
### Discussion
There are a variety of things that wind up needing to be manually handled outside of the package installation in order to get piny working. It would be nice to correct all these.
* /etc/piny.conf
* /etc/cron.*/piny
* /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 /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 should now be handled by the piny metapackage.
|