summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-05-10 09:50:23 +0000
committerng0 <ng0@n0.is>2019-05-10 09:50:23 +0000
commit9e650dda70bf5981417dce6c775d6130fd8ca72d (patch)
treea7bfa93d31440b44ee63fd9a8658387960c6ff2d /doc
parent169c419c33f7ed655fd21d75e70d8e0f873d685d (diff)
downloadbank-9e650dda70bf5981417dce6c775d6130fd8ca72d.tar.gz
bank-9e650dda70bf5981417dce6c775d6130fd8ca72d.tar.bz2
bank-9e650dda70bf5981417dce6c775d6130fd8ca72d.zip
taler-bank-manage.1
Diffstat (limited to 'doc')
-rw-r--r--doc/taler-bank-manage.137
1 files changed, 20 insertions, 17 deletions
diff --git a/doc/taler-bank-manage.1 b/doc/taler-bank-manage.1
index 8c5875a..48d5887 100644
--- a/doc/taler-bank-manage.1
+++ b/doc/taler-bank-manage.1
@@ -3,15 +3,14 @@
.Os
.Sh NAME
.Nm taler-bank-manage
-.Nd
-Manager script for the Taler bank
+.Nd Manager script for the Taler bank
.Sh SYNOPSIS
.Nm
-.Op Fl \-django
-.Op Fl \-serve-http
-.Op Fl \-serve-uwsgi
-.Op Fl \-sampledata
-.Op Fl \-config
+.Op Fl -django
+.Op Fl -serve-http
+.Op Fl -serve-uwsgi
+.Op Fl -sampledata
+.Op Fl -config
.Ao Ar options Ac
.Sh DESCRIPTION
.Nm
@@ -19,28 +18,32 @@ is a command line tool to manage the Taler bank demonstrator.
It is mandatory to provide a switch.
Each switch has its own set of options.
Give
-.Fl \-help
+.Fl -help
to each switch in order to get the list of supported options.
.Ss SWITCHES
.Bl -tag -width Ds
-.It Fl \-django
-This switch is a mere wrapper for the django native tool \fBdjango-admin\fP, therefore it takes the same options.
+.It Fl -django
+This switch is a mere wrapper for the django native tool
+.Xr django-admin 1 ,
+therefore it takes the same options.
Refer to the official django-admin documentation.
-.It Fl \-serve-http
+.It Fl -serve-http
Launches the bank Web service at the port given in the
-.Fl \-port
+.Fl -port
option.
-.It Fl \-serve-uwsgi
+.It Fl -serve-uwsgi
Launches the bank over UWSGI.
-Typically used in conjuction with a Web server which acts like a reverse proxy.
-.It Fl \-sampledata
+Typically used in conjuction with a Web server which acts like
+a reverse proxy.
+.It Fl -sampledata
Populates the bank's database with sample wire transfers.
-.It Fl \-config
+.It Fl -config
Shows all of Taler's configuration.
it just retrieves values from default configuration files.
.El
.\".Sh EXAMPLES
-.\".Sh SEE ALSO
+.Sh SEE ALSO
+.Xr django-admin 1
.\".Sh HISTORY
.\".Sh AUTHORS
.\".Sh BUGS