[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: UI
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: UI |
Date: |
Thu, 05 Sep 2019 20:14:29 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 09a9f8a UI
09a9f8a is described below
commit 09a9f8a683b217c81831ff5cb20899b9c7ee26d4
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Sep 5 20:14:22 2019 +0200
UI
---
bootstrap-taler | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/bootstrap-taler b/bootstrap-taler
index 948bb21..bc144fd 100755
--- a/bootstrap-taler
+++ b/bootstrap-taler
@@ -136,7 +136,17 @@ if test "test" = $ENVNAME; then
fi
fi
-echo "Next steps are (1) config generation, (2) keys generation and (3)
signing the /wire response."
-echo "For (1), run 'taler-deployment-generate-config'"
-echo "For (2), run 'taler-deployment-keyup'"
-echo "For (3), run 'taler-deployment-sign'"
+if ! test -f $HOME/activate; then
+ echo FATAL: activate file was not created.
+ exit 1
+fi
+
+source $HOME/activate
+
+echo "Possible steps now are (~/activate sourced already):"
+echo
+echo "(1) building all Taler: run 'taler-deployment-build'"
+echo "(2) config generation: run 'taler-deployment-generate-config'"
+echo "(3) keys generation: run 'taler-deployment-keyup'"
+echo "(4) signing the /wire response: 'taler-deployment-sign'"
+echo "(5) launch all the services: 'taler-deployment-start'"
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [GNUnet-SVN] [taler-deployment] branch master updated: UI,
gnunet <=