From 27e5a47358437bc6e1894be0ddc9689761a39bcd Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 21 May 2019 00:19:23 +0200 Subject: readme --- README | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README') diff --git a/README b/README index 9bdc8fa..586a9e7 100644 --- a/README +++ b/README @@ -35,26 +35,26 @@ backend_apikey = sandbox [donations] -# The following three options configure the way the blog -# will serve UWSGI requests via unix domain sockets. +# The following three options configure the way the donations +# shop will serve UWSGI requests via unix domain sockets. uwsgi_serve = unix -uwsgi_unixpath = /path/to/blog.uwsgi +uwsgi_unixpath = /path/to/donations.uwsgi uwsgi_unixpath_mode = 660 # The following option picks the merchant instance that -# will be represented by the running blog. +# will be represented by the running donations shop. instance = default Running instructions -------------------- -The following command launches the blog to serve HTTP requests -on the port . +The following command launches the donations shop +to serve HTTP requests on the port . $ taler-merchant-donations serve-http -p -The following command launches the blog to serve UWSGI requests -via a unix domain socket. +The following command launches the donations shop +to serve UWSGI requests via a unix domain socket. $ taler-merchant-donations serve-uwsgi -- cgit v1.2.3