| 8 |
|
|
| 9 |
## Installation |
## Installation |
| 10 |
|
|
| 11 |
|
### Specify platforms of building targets and runtime version |
| 12 |
|
```bash |
| 13 |
|
export DOCKERHUB_PLATFORMS="linux/amd64" |
| 14 |
|
export RUN_PLATFORM="linux/amd64" |
| 15 |
|
``` |
| 16 |
|
|
| 17 |
### Option 1: Build from source |
### Option 1: Build from source |
| 18 |
```bash |
```bash |
| 19 |
sh -x build.sh |
sh -x build.sh |
| 29 |
docker compose up -d |
docker compose up -d |
| 30 |
``` |
``` |
| 31 |
|
|
| 32 |
|
### Update Solr data from database, on demand or periodically |
| 33 |
|
```bash |
| 34 |
|
docker exec -it lbbs-combo-php-1 /usr/local/bin/export_xml_to_solr.sh |
| 35 |
|
``` |
| 36 |
|
|
| 37 |
## Copyright |
## Copyright |
| 38 |
|
|
| 39 |
Copyright (C) 2004-2026 Leaflet <leaflet@leafok.com> |
Copyright (C) 2001-2026 Leaflet <leaflet@leafok.com> |
| 40 |
|
|
| 41 |
## License |
## License |
| 42 |
|
|