README.md (792B)
1 # Taler mailbos 2 3 See https://docs.taler.net/core/api-mailbox.html 4 5 # Installation (from git) 6 7 ``` 8 $ ./bootstrap 9 $ ./configure --prefix=/usr/local 10 $ make 11 $ make install 12 ``` 13 14 # Testing 15 16 Make sure that the dabase (Postgres) `taler-mailbox-test` exists and your user has permissions to access it: 17 18 ``` 19 $ make check 20 ``` 21 22 # Format code 23 24 ``` 25 $ make format 26 ``` 27 28 # Funding 29 30 This project is funded through [NGI TALER Fund](https://nlnet.nl/taler), a fund established by [NLnet](https://nlnet.nl) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu) program. Learn more at the [NLnet project page](https://nlnet.nl/project/TALER-LookupService). 31 32 [<img src="https://nlnet.nl/logo/banner.png" alt="NLnet foundation logo" width="20%" />](https://nlnet.nl)