]> BookStack Code Mirror - website/commitdiff
Added linuxserver compose example link and other changes
authorDan Brown <redacted>
Sat, 15 Feb 2025 23:56:39 +0000 (23:56 +0000)
committerDan Brown <redacted>
Sat, 15 Feb 2025 23:56:39 +0000 (23:56 +0000)
Also:
- Added "bookstack" to git clone command to help prevent confusion with
  casing of resulting directory.
- Fixed repo link for system CLI.

content/docs/admin/installation.md
content/docs/admin/system-cli.md

index 342671f8f63feca42876574845b007a36fc47535..a329ed9664c1c805097734fcfd5e290e1ff8d72a 100644 (file)
@@ -61,7 +61,7 @@ This project currently uses the `release` branch of the BookStack GitHub reposit
 
 1. Clone the release branch of the BookStack GitHub repository into a folder.
 ```bash
-git clone https://github.com/BookStackApp/BookStack.git --branch release --single-branch
+git clone https://github.com/BookStackApp/BookStack.git --branch release --single-branch bookstack
 ```
 2. `cd` into the application folder and run `composer install --no-dev`.
 3. Copy the `.env.example` file to `.env` and fill with your own database and mail details.
@@ -89,6 +89,7 @@ Community docker setups are available for those that would prefer to use a conta
 
 * [GitHub Repository](https://github.com/linuxserver/docker-bookstack)
 * [GitHub container package](https://github.com/linuxserver/docker-bookstack/pkgs/container/bookstack)
+* [Example compose stack](https://codeberg.org/bookstack/devops/src/branch/main/config/lsio-docker/docker-compose.yml)
 
 #### solidnerd
 
index 1783d8af7a560e21c49ff2cd6d96dc4dbe363633..60fdb3e4baed1a170cbafc1dce746cf519ecc659 100644 (file)
@@ -159,5 +159,5 @@ Note that this won't do everything for a new BookStack install, you'll still nee
 
 ### CLI Source Code & Project
 
-The CLI is maintained as its own project within the [BookStackApp/system-cli GitHub project](https://github.com/BookStackApp/system-cli).
+The CLI is maintained as its own project within the [BookStackApp/system-cli Codeberg project](https://codeberg.org/bookstack/system-cli).
 There you can find the source code, development details and known issues.
\ No newline at end of file