summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-10 18:14:07 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-10 18:14:07 +0100
commit0ab4b9c2378f45e6a8a323e95173f83e04dff617 (patch)
tree5d3a4e593a98ff16883b5902c95002af16ff04e3 /doc
parent2900ab44fae03cd538cd1c40b2d23eafc067823a (diff)
downloadmerchant-0ab4b9c2378f45e6a8a323e95173f83e04dff617.tar.gz
merchant-0ab4b9c2378f45e6a8a323e95173f83e04dff617.tar.bz2
merchant-0ab4b9c2378f45e6a8a323e95173f83e04dff617.zip
doc: copyright header
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/config.sh21
1 files changed, 17 insertions, 4 deletions
diff --git a/doc/config.sh b/doc/config.sh
index 2474528c..443cdc9e 100755
--- a/doc/config.sh
+++ b/doc/config.sh
@@ -1,11 +1,28 @@
#!/bin/bash
+# This file is part of TALER
+# (C) 2014, 2015, 2016 INRIA
+# TALER is free software; you can redistribute it and/or modify it under the
+# terms of the GNU Affero General Public License as published by the Free Software
+# Foundation; either version 3, or (at your option) any later version.
+# TALER is distributed in the hope that it will be useful, but WITHOUT ANY
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+# You should have received a copy of the GNU General Public License along with
+# TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+
+# @author Marcello Stanisci
+# @brief Walkthrough configuration steps
+
echo -e "\nThis script will set and show all the configuration\n\
values needed to run an example backend. The backend will listen on port 8888\n\
and cooperate with exchange at https://exchange.demo.taler.net/.\n\
Additionally, the script will also generate the backend's private\n\
key and banking details' file.\n\n"
+# FIXME:
+# 1) banking details generator missing
+
echo -n "Press ENTER to start > "
read
echo
@@ -80,7 +97,3 @@ echo -n "taler-config -s merchant-demoexchange -o master_key -V CQQZ9DY3MZ1ARMN5
read
echo
taler-config -s merchant-demoexchange -o master_key -V "CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00"
-
-# FIXME:
-# 1) put banking details generator
-# 2) test!