summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Sepulveda <javier.sepulveda@uv.es>2023-08-05 12:09:43 +0200
committerJavier Sepulveda <javier.sepulveda@uv.es>2023-08-05 12:09:43 +0200
commit454490394f5c9dc0271d98ae9849505744cf3916 (patch)
treed7a0e21c9336a643639fda8c6123fdb7d428bf77
parent1f51b319de48b6a5d014766bdfe2ece5a24f9647 (diff)
downloaddeployment-454490394f5c9dc0271d98ae9849505744cf3916.tar.gz
deployment-454490394f5c9dc0271d98ae9849505744cf3916.tar.bz2
deployment-454490394f5c9dc0271d98ae9849505744cf3916.zip
README file. Necessary replacements in configuration deployment.conf configuration file
-rw-r--r--sandcastle/README15
1 files changed, 14 insertions, 1 deletions
diff --git a/sandcastle/README b/sandcastle/README
index 226a34f..91bc0cc 100644
--- 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: