blob: 48203bdb5d7bb0e33afa6c60af0a4f3da9d52648 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
* Status: [[!taglink open]] <!-- Choose one: open, closed -->
* Assigned to: [[!taglink jblake]] <!-- 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.
* /srv/rbin
* mkdir /srv/www/$ikiwiki_destdir/repos
* mkdir /srv/www/$ikiwiki_destdir/static
* all the other stuff in /srv that i need to think about
* ln /usr/share/cgit/cgit.css /srv/www/$ikiwiki_destdir/static
* ln /usr/share/cgit/logo.png /srv/www/$ikiwiki_destdir/static
Dependencies should now be handled by the piny metapackage.
|