|
2 mesi fa | |
---|---|---|
bibleget @ 0154956e8e | 9 mesi fa | |
biblesearch @ 7421652cbd | 9 mesi fa | |
.gitignore | 9 mesi fa | |
.gitmodules | 9 mesi fa | |
README.md | 2 mesi fa | |
setup-bibleget.sh | 9 mesi fa | |
setup-bibles.sh | 9 mesi fa | |
setup-biblesearch.sh | 5 mesi fa | |
setup.sh | 9 mesi fa |
This is the central repository for the Heb12 API. It provides easy setup for the API and all related software.
This has a set of scripts that work together to configure the API for production use.
Setup scripts:
bibleget:
biblesearch:
First clone the repository:
$ git clone https://code.heb12.com/heb12/api --recursive
Note: if you want to run all of the scripts and setup a full Heb12 API, you can just run ./setup.sh
.
Now set up the Bibles. This will download the Bibles if they aren’t already downloaded, and make archives for each of them.
$ ./setup-bibles.sh
If you want to set up bibleget, run ./setup-bibleget.sh
, and to set up biblesearch, run ./setup-biblesearch.sh
.
All Copyright and neighboring rights are waived from these setup scripts with the CC0-1.0 legal tool.
bibleget and biblesearch are licensed under the LGPL-3.0-or-later license (see the licenses in their respective directories).