summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-21 00:19:23 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-21 00:19:23 +0200
commit27e5a47358437bc6e1894be0ddc9689761a39bcd (patch)
treee45192d291ffc1e4e6be60f53e976d5314d762c0
parent0d9da52dc5c05524be8c5adf84dd0c3f76a9a2d3 (diff)
downloaddonations-27e5a47358437bc6e1894be0ddc9689761a39bcd.tar.gz
donations-27e5a47358437bc6e1894be0ddc9689761a39bcd.tar.bz2
donations-27e5a47358437bc6e1894be0ddc9689761a39bcd.zip
readme
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
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 <port>.
+The following command launches the donations shop
+to serve HTTP requests on the port <port>.
$ taler-merchant-donations serve-http -p <port>
-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