# Wiki updaten

```
cd /var/www/bookstack/
```

```
sudo git pull origin release
```

```
sudo composer install --no-dev
```

```
sudo php artisan migrate
```

```
php artisan cache:clear
```

```
php artisan config:clear
```

```
php artisan view:clear
```

[https://www.bookstackapp.com/docs/admin/updates/](https://www.bookstackapp.com/docs/admin/updates/ "Quelle")

[PHP aktualisieren](https://wiki.hintergasse.de/link/54#bkmrk-page-title)