From 15bcf4ca04d82bab3c9eecb2b573b36701ed789b 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-delete-instance.8 | 24 ++++++++++++++++++++++++ install/ishtar-prepare-instance.8 | 26 ++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 install/ishtar-delete-instance.8 create mode 100644 install/ishtar-prepare-instance.8 (limited to 'install') diff --git a/install/ishtar-delete-instance.8 b/install/ishtar-delete-instance.8 new file mode 100644 index 000000000..310f299a0 --- /dev/null +++ b/install/ishtar-delete-instance.8 @@ -0,0 +1,24 @@ +.\" Manpage for ishtar-delete-instance. +.TH man 8 "15 Nov 2023" "1.0" "ishtar-delete-instance man page" +.SH NAME +ishtar-delete-instance \- create a new ishtar instance +.SH SYNOPSIS +ishtar-delete-instance +.SH DESCRIPTION +ishtar-delete-instance remove: +.IP \[bu] 3 +instance configuration files (python django settings, nginx, uwsgi, supervisor and monit). +.IP \[bu] +the associated "/srv/ishtar/instance_name" directory. +.IP \[bu] +if relevant the dedicated rabbitmq queue. +.IP \[bu] +the associated database. +.SH OPTIONS +ishtar-delete-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 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