mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 21:05:59 -06:00
Update for 0.7.16 release
This commit is contained in:
parent
450bd2e27d
commit
5c60768410
@ -87,7 +87,7 @@ and then set the correct permissions on the `storage/` and `bootstrap/cache/` di
|
||||
allow us to store files as well as keep a speedy cache available to reduce load times.
|
||||
|
||||
``` bash
|
||||
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v0.7.15/panel.tar.gz
|
||||
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v0.7.16/panel.tar.gz
|
||||
tar --strip-components=1 -xzvf panel.tar.gz
|
||||
chmod -R 755 storage/* bootstrap/cache/
|
||||
```
|
||||
|
||||
@ -7,7 +7,7 @@ to ensure that you're in the `/var/www/pterodactyl` directory as the command bel
|
||||
directory you are currently in.
|
||||
|
||||
``` bash
|
||||
curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.15/panel.tar.gz | tar --strip-components=1 -xzv
|
||||
curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.16/panel.tar.gz | tar --strip-components=1 -xzv
|
||||
```
|
||||
|
||||
Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid
|
||||
|
||||
@ -9,7 +9,7 @@ to ensure that you're in the `/var/www/pterodactyl` directory as the command bel
|
||||
into your current folder.
|
||||
|
||||
``` bash
|
||||
curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.15/panel.tar.gz | tar --strip-components=1 -xzv
|
||||
curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.16/panel.tar.gz | tar --strip-components=1 -xzv
|
||||
```
|
||||
|
||||
Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid
|
||||
|
||||
@ -24,5 +24,5 @@ php artisan queue:restart
|
||||
|
||||
## Version Specific Guides
|
||||
|
||||
* [0.6.X to 0.7.15](/panel/upgrade/0.6_to_0.7.md)
|
||||
* [0.6.X to 0.7.16](/panel/upgrade/0.6_to_0.7.md)
|
||||
* [0.7.X series](/panel/upgrade/0.7.md) <Badge text="current" vertical="middle"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user