taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 454490394f5c9dc0271d98ae9849505744cf3916
parent 1f51b319de48b6a5d014766bdfe2ece5a24f9647
Author: Javier Sepulveda <javier.sepulveda@uv.es>
Date:   Sat,  5 Aug 2023 12:09:43 +0200

README file. Necessary replacements in configuration deployment.conf configuration file

Diffstat:
Msandcastle/README | 15++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/sandcastle/README b/sandcastle/README @@ -205,7 +205,20 @@ NOTE: localhost works only with the default ports exposed. How to deploy to online sites ============================= -Assuming that TLS is already configured, you can use the file named "nginx-example.conf" on the sandcastle directory, +Before deploying the sandcastle setup, you need to certain replacements within the file "config/deployment.conf". + +currency = KUDOS (or the name of your currency) + +merchant-url = https://backend.yourdomain.com +landing-url = https://yourdomain.com/ +blog-url = https://shop.yourdomain.com/ +donations-url = https://donations.yourdomain.com/ +survey-url = https://survey.yourdomain.com/ +sync-url = https://sync.yourdomain.com/ +bank-url = https://bank.yourdomain.com/ +bank-backend-url = https://bank.yourdomain.com/demobanks/default/ + +After doing this, and assuming that TLS is already configured, you can use the file named "nginx-example.conf" on the sandcastle directory, as a NGINX virtual host, replacing the domain name "example.com" with your own domain name. You can use the the SED command to replace this automatically as this, being located within the sandcastle directory: