File: ikisite.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 (46 lines) | stat: -rw-r--r-- 946 bytes parent folder | download | duplicates (7)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# NAME

ikisite - ikiwiki-hosting site helper

# SYNOPSIS

ikisite subcommand options

# DESCRIPTION

ikisite manages individual sites.

# FILES

`/etc/ikiwiki-hosting/ikiwiki-hosting.conf` is the config file read by
default.

`/etc/ikiwiki-hosting/autosetup/` holds the ikiwiki setup template files.

`/etc/ikiwiki-hosting/templates/` holds other templates (eg, for apache vhost
config files).

# EXAMPLES

Basic site management:

	ikisite create myhost.ikiwiki.net --type=blog --vcs=git --admin 'http://joey.kitenet.net/'

	ikisite backup myhost.ikiwiki.net mybackup

	ikisite delete myhost.ikiwiki.net

	ikisite sudo myhost.ikiwiki.net vim ikiwiki.setup

	ikisite ikiwikisetup myhost.ikiwiki.net

# SEE ALSO

* [[ikidns]](1)
* [[ikisite-wrapper]](1)

# AUTHOR

Joey Hess <joey@ikiwiki.info>

Warning: this page is automatically made into a man page via [mdwn2man](http://git.ikiwiki.info/?p=ikiwiki;a=blob;f=mdwn2man;hb=HEAD).  Edit with care