gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: provide installation prefix option


From: gnunet
Subject: [libeufin] branch master updated: provide installation prefix option
Date: Tue, 14 Apr 2020 23:01:15 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 1797682  provide installation prefix option
1797682 is described below

commit 17976827de1fbcaf735882395287b9ad824ee824
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Apr 14 23:01:07 2020 +0200

    provide installation prefix option
---
 nexus/README       | 8 +++++++-
 nexus/build.gradle | 4 ++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/nexus/README b/nexus/README
index f041695..959fce6 100644
--- a/nexus/README
+++ b/nexus/README
@@ -11,9 +11,15 @@ Running the sandbox
 
 Run the Nexus with the following command
 
-$ cd <this repository>
+$ cd <top-level directory of this repository>
 $ ./gradlew run --console=plain -p nexus
 
+Installing the Nexus start script along the project files
+=========================================================
+
+$ cd <top-level directory of this repository>
+$ ./gradlew -q -Pprefix=<installation prefix> nexus:installDist
+
 Documentation
 =============
 
diff --git a/nexus/build.gradle b/nexus/build.gradle
index 8a7dacc..b4c1848 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -45,6 +45,10 @@ application {
     mainClassName = "tech.libeufin.nexus.MainKt"
 }
 
+installDist {
+    destinationDir = file("${project.findProperty('prefix') ?: '/tmp'}")
+}
+
 dependencies {
     implementation project(":util")
     compile "io.ktor:ktor-client-apache:1.2.4"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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