From e3c2dbb439ca92917602ec97e7df88e97d5b618e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 15 Nov 2023 14:19:25 +0100 Subject: 🚀 Debian package: python-django-ishtar - add man page - fix copyright file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/ishtar-prepare-instance.8 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 install/ishtar-prepare-instance.8 (limited to 'install/ishtar-prepare-instance.8') diff --git a/install/ishtar-prepare-instance.8 b/install/ishtar-prepare-instance.8 new file mode 100644 index 000000000..e1784c5fe --- /dev/null +++ b/install/ishtar-prepare-instance.8 @@ -0,0 +1,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) \ No newline at end of file -- cgit v1.2.3