安裝

git clone https://github.com/BookStackApp/BookStack.git --branch release --single-branch
cd /BookStack
composer update
cp .env.example .env
chown -R www-data:www-data ../BookStack/
mysqladmin -u root create docs
php artisan key:generate --force
php artisan migrate --force

修訂版本 #3
由 tainan 建立於 2024-03-07 01:11:29 UTC
由 tainan 更新於 2024-06-16 11:39:42 UTC