summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to '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