gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-blog] branch master updated: readme


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: readme
Date: Mon, 20 May 2019 22:51:16 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new a45fd8a  readme
a45fd8a is described below

commit a45fd8ad78b4959adc3a8d3cfcc2bab2d2ec9cc7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 20 22:51:10 2019 +0200

    readme
---
 README | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/README b/README
index a8d4c44..13ffa67 100644
--- a/README
+++ b/README
@@ -16,3 +16,40 @@ $ make install
 Optionally, to run tests:
 
 $ make check
+
+Configuration options.
+----------------------
+
+The following configuration excerpt shows all the options
+accepted by the blog.
+
+$ cat ~/.config/taler.conf
+
+[blog]
+
+# The following three options configure the way the blog
+# will serve UWSGI requests via unix domain sockets.
+uwsgi_serve = unix
+uwsgi_unixpath = $HOME/run/sockets/blog.uwsgi
+uwsgi_unixpath_mode = 660
+
+# The following option picks the merchant instance that
+# will be represented by the running blog.
+instance = default
+
+Running instructions
+--------------------
+
+The following command launches the blog to serve HTTP requests
+on the port <port>.
+
+$ taler-merchant-blog serve-http -p <port>
+
+The following command launches the blog to serve UWSGI requests
+via a unix domain socket.
+
+$ taler-merchant-blog serve-uwsgi
+
+Finally, get a help message with the following command
+
+$ taler-merchant-blog --help

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]