taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

apt-install-taler-merchant.rst (729B)


      1 
      2 To install the Taler merchant backend, you can now simply run:
      3 
      4 .. code-block:: console
      5 
      6    # apt install taler-merchant
      7 
      8 Note that the package does not complete the integration of the backend with
      9 the HTTP reverse proxy (typically with TLS certificates).  A configuration
     10 fragment for Nginx or Apache will be placed in
     11 ``/etc/{apache,nginx}/conf-available/taler-merchant.conf``.  You must
     12 furthermore still configure the database and the instances, and may need to
     13 extend the fragment with access control restrictions for non-default
     14 instances. For automated deployments, you can also use
     15 the ``taler-merchant-rproxy-setup`` helper script—see
     16 :ref:`automated reverse proxy configuration <auto-reverse-proxy-configuration>`.
     17