mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-12 09:21:59 -06:00
Update for new beta release
This commit is contained in:
parent
3fe4e3faff
commit
0a9ac91f35
@ -89,7 +89,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.
|
allow us to store files as well as keep a speedy cache available to reduce load times.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.0.0-beta.3/panel.tar.gz
|
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.0.0-beta.4/panel.tar.gz
|
||||||
tar --strip-components=1 -xzvf panel.tar.gz
|
tar --strip-components=1 -xzvf panel.tar.gz
|
||||||
chmod -R 755 storage/* bootstrap/cache/
|
chmod -R 755 storage/* bootstrap/cache/
|
||||||
```
|
```
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Upgrading 1.0 Series
|
# Upgrading 1.0 Series
|
||||||
This documentation covers the process for upgrading within the `1.0.X` series of releases. This means upgrading from
|
This documentation covers the process for upgrading within the `1.0.X` series of releases. This means upgrading from
|
||||||
— for example — `1.0.0-alpha.1` to `1.0.0-beta.3`. **Do not use this guide for upgrading from `0.7`.**
|
— for example — `1.0.0-alpha.1` to `1.0.0-beta.4`. **Do not use this guide for upgrading from `0.7`.**
|
||||||
|
|
||||||
::: danger
|
::: danger
|
||||||
Seriously, **stop** and read this warning. **Do not use this guide to upgrade from the 0.7 series.** You _will_
|
Seriously, **stop** and read this warning. **Do not use this guide to upgrade from the 0.7 series.** You _will_
|
||||||
@ -14,7 +14,7 @@ to ensure that you're in the `/var/www/pterodactyl` directory as the command bel
|
|||||||
into your current folder.
|
into your current folder.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
curl -L https://github.com/pterodactyl/panel/releases/download/v1.0.0-beta.3/panel.tar.gz | tar --strip-components=1 -xzv
|
curl -L https://github.com/pterodactyl/panel/releases/download/v1.0.0-beta.4/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
|
Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user