summaryrefslogtreecommitdiff
path: root/README
blob: 76caa9c8cdc9ee67b63035edc51be33af9a5a5fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Installing LibEuFin
===================

$ ./bootstrap
$ ./configure --prefix=$PFX
$ make install

If the previous step succeeded, libeufin-nexus and a
command line client (libeufin-cli) should be found under
$PFX/bin.

Conversely, the Sandbox needs to be explicitly installed,
with the following command:

$ make install-sandbox

If the previous command succeeded, libeufin-sandbox
should be found under $PFX/bin as well.

Launching LibEuFin
==================

Launch Nexus:

$ libeufin-nexus serve --with-db=jdbc:postgres://localhost:5433?user=foo&password=bar

Exporting a dist-file
=====================

$ ./bootstrap
$ ./configure # prefix not relevant for dist.
$ make dist

The Zip file should be contained into the build/distributions/ folder.