安裝

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 建立於 7 三月 2024 01:11:29
由 tainan 更新於 16 六月 2024 11:39:42