|
|
@@ -0,0 +1,41 @@ |
|
|
|
# Heb12 API |
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
## Installation |
|
|
|
|
|
|
|
Prerequisites: |
|
|
|
- Unix-like system |
|
|
|
- git |
|
|
|
- Go >= 1.11 |
|
|
|
|
|
|
|
First clone the repository: |
|
|
|
``` |
|
|
|
$ git clone https://code.heb12.com/heb12/api --recursive |
|
|
|
``` |
|
|
|
|
|
|
|
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 |
|
|
|
``` |
|
|
|
|
|
|
|
## License |
|
|
|
|
|
|
|
Copyright (C) 2020 Josias Allestad <justjosias@tutanota.com> |
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify |
|
|
|
it under the terms of the GNU Lesser General Public License as published by |
|
|
|
the Free Software Foundation, either version 3 of the License, or |
|
|
|
(at your option) any later version. |
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful, |
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
GNU General Public License for more details. |
|
|
|
|
|
|
|
You should have received a copy of the GNU Lesser General Public License |
|
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
|
|
|
|
|
|
See COPYING.LESSER for more license information. |