summaryrefslogtreecommitdiff
path: root/install/ishtar-prepare-instance.8
blob: e1784c5fec9efbccc31852cce20c3cefe324608c (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
.\" Manpage for ishtar-prepare-instance.
.TH man 8 "15 Nov 2023" "1.0" "ishtar-prepare-instance man page"
.SH NAME
ishtar-prepare-instance \- create a new ishtar instance
.SH SYNOPSIS
ishtar-prepare-instance
.SH DESCRIPTION
The script ask for instance name, instance url and max upload size.

Then ishtar-prepare-instance create:
.IP \[bu] 3
configuration files (python django settings, nginx, uwsgi, supervisor and monit).
.IP \[bu]
an instance dir ("/srv/ishtar/instance_name") from a default template dir.
.IP \[bu]
a default database with initial data.
.IP \[bu]
if relevant (background task service is available) a dedicated rabbitmq queue.
.SH OPTIONS
ishtar-prepare-instance does not take any options
.SH SEE ALSO
ishtar-prepare-instance(8)
.SH BUGS
No known bugs.
.SH AUTHOR
Étienne Loks (etienne.loks@iggdrasil.net)