File: ikiwiki_setup_should_work_on_user_machine.mdwn

package info (click to toggle)
ikiwiki-hosting 0.20140613
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 788 kB
  • ctags: 283
  • sloc: perl: 5,124; sh: 182; ansic: 168; makefile: 50
file content (12 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
A user should be able to clone their site, get ikiwiki.setup from the setup
branch, and run ikiwiki on it, w/o having ikiwiki-hosting installed.

Currently, this will fail because:

* The setup file uses a per-site home directory. How to deal with this?
  User can frob paths, of course.

* The setup file uses `add_plugins` to pull in some plugins that are
  not in stock ikiwiki. Maybe instead of listing those in the
  ikiwiki.setup, they could be automatically pulled in via a tweaked
  goodstuff?