# 安裝

```
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
```