[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-libeufin] 02/25: instructions for running the sandbo
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-libeufin] 02/25: instructions for running the sandbox |
Date: |
Fri, 20 Sep 2019 19:32:40 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository libeufin.
commit 41c13871dc49275828f66cfc993cae7d54520dcd
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Sep 12 14:53:13 2019 +0200
instructions for running the sandbox
---
RUN | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/RUN b/RUN
new file mode 100644
index 0000000..9123f3b
--- /dev/null
+++ b/RUN
@@ -0,0 +1,14 @@
+The sandox must be exported as JAR in order to be run.
+The following command exports the JAR in GNU/Linux systems.
+
+$ cd <this repository>
+$ ./gradlew jar
+
+If the previous step worked, then a new JAR file should
+be located under <this repository>/build/libs/sandbox-$VERSION.jar,
+where $VERSION reflects the value of the 'version' global
+variable from <this repository>/build.gradle.
+
+The following command runs the sandbox:
+
+$ java -jar <this repository>/build/libs/sandbox-$VERSION.jar
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [GNUnet-SVN] [taler-libeufin] branch master created (now 62598ec), gnunet, 2019/09/20
- [GNUnet-SVN] [taler-libeufin] 04/25: Instructions for running under MS Windows., gnunet, 2019/09/20
- [GNUnet-SVN] [taler-libeufin] 08/25: Drafting XSD import from disk, and XML validation., gnunet, 2019/09/20
- [GNUnet-SVN] [taler-libeufin] 02/25: instructions for running the sandbox,
gnunet <=
- [GNUnet-SVN] [taler-libeufin] 09/25: load xsd from resources, gnunet, 2019/09/20
- [GNUnet-SVN] [taler-libeufin] 07/25: Test stub., gnunet, 2019/09/20
- [GNUnet-SVN] [taler-libeufin] 06/25: readme, gnunet, 2019/09/20
- [GNUnet-SVN] [taler-libeufin] 05/25: Copyright header., gnunet, 2019/09/20
- [GNUnet-SVN] [taler-libeufin] 01/25: Import initial project structure., gnunet, 2019/09/20
- [GNUnet-SVN] [taler-libeufin] 10/25: fix resource loading, gnunet, 2019/09/20
- [GNUnet-SVN] [taler-libeufin] 03/25: AGPL license, gnunet, 2019/09/20
- [GNUnet-SVN] [taler-libeufin] 12/25: Local test of XML validation., gnunet, 2019/09/20
- [GNUnet-SVN] [taler-libeufin] 11/25: import sample hev, gnunet, 2019/09/20
- [GNUnet-SVN] [taler-libeufin] 14/25: Test with XML imported from string., gnunet, 2019/09/20