Update docs for release

This commit is contained in:
Dane Everitt 2018-08-05 21:37:58 -07:00
parent 58726dee89
commit 7bf7a5a927
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -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"/>

View File

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