mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -06:00
Update docs for release
This commit is contained in:
parent
58726dee89
commit
7bf7a5a927
@ -13,7 +13,7 @@
|
||||
| **Debian** | 8 | :warning: | Requires [kernel modifications](debian_8_docker.md) to run Docker. |
|
||||
| | 9 | :white_check_mark: | |
|
||||
| **Alpine Linux** | 3.4+ | :warning: | Not officially supported, but reportedly works. |
|
||||
| **RHEL** | 7 | :no_entry_sign: | Requires daemon modifications, see [this issue](https://github.com/pterodactyl/panel/issues/1062). |
|
||||
| **RHEL** | 7 | :warning: | Not officially supported, should work. |
|
||||
|
||||
## System Requirements
|
||||
In order to run the Daemon you will need a system capable of running Docker containers. Most VPS and almost all
|
||||
@ -118,7 +118,7 @@ set when creating the node.
|
||||
|
||||
The next step is to download the software and unpack the archive.
|
||||
``` bash
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.5.6/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.0/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
```
|
||||
|
||||
Finally, we need to install the dependencies that allow the Daemon to run properly. This command will most likely
|
||||
|
||||
@ -2,5 +2,5 @@
|
||||
|
||||
## Version Specific Guides
|
||||
* [0.4.X to 0.5.X](upgrade/0.4_to_0.5.md)
|
||||
* [0.5.X series](upgrade/0.5.md) <Badge text="current" vertical="middle"/>
|
||||
* [0.5.X to 0.6.x](upgrade/0.5_to_0.6.md) <Badge text="beta" vertical="middle" type="warn"/>
|
||||
* [0.5.X series](upgrade/0.5.md)
|
||||
* [0.5.X to 0.6.x](upgrade/0.5_to_0.6.md) <Badge text="current" vertical="middle"/>
|
||||
|
||||
@ -93,12 +93,12 @@ git checkout -b release/v1.2.3
|
||||
# make file edits
|
||||
git push -u origin release/v1.2.3
|
||||
|
||||
git tag -asm "v1.2.3"
|
||||
git tag -as v1.2.3 -m "v1.2.3"
|
||||
git push origin v1.2.3
|
||||
|
||||
# edit release on Github, download files
|
||||
|
||||
mv panel-v1.2.3.tar.gz panel.tar.gz
|
||||
mv panel-1.2.3.tar.gz panel.tar.gz
|
||||
shasum -a 256 panel.tar.gz > checksum.txt
|
||||
cat checksum.txt
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user