gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]