/[LeafOK_CVS]/lbbs-combo/README.md
ViewVC logotype

Diff of /lbbs-combo/README.md

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Thu Jan 8 03:27:09 2026 UTC Revision 1.3 by sysadm, Thu Jan 22 13:00:08 2026 UTC
# Line 8  This package provides a pre-configured D Line 8  This package provides a pre-configured D
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
# Line 23  docker compose pull Line 29  docker compose pull
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    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1