2023-05-04 08:38:35 -04:00
|
|
|
## ◆ teamblueprint/main
|
2023-05-04 07:58:31 -04:00
|
|
|
[Discord ➚](discord.gg/CUwHwv6xRe)\
|
|
|
|
[Documentation ➚](ptero.shop/docs)
|
2023-05-04 08:38:35 -04:00
|
|
|
|
|
|
|
### Installation
|
|
|
|
**What you need:**
|
|
|
|
* The latest release of Blueprint. [Download ➚](https://github.com/teamblueprint/main/releases/latest)
|
|
|
|
* `unzip` [Download ➚](https://pkgs.org/download/unzip)
|
|
|
|
* Linux and Pterodactyl knowledge.
|
|
|
|
* Fingers and a brain.
|
|
|
|
|
|
|
|
**Installation**
|
|
|
|
1. Navigate to `/var/www/pterodactyl`. (your Pterodactyl installation should be installed there, else it might not be compatible with Blueprint)
|
|
|
|
```sh
|
|
|
|
cd /var/www/pterodactyl
|
|
|
|
```
|
|
|
|
2. Run the Blueprint installation script. This runs the commands required for Blueprint to function correctly.
|
|
|
|
```sh
|
|
|
|
chmod +x blueprint.sh
|
|
|
|
bash blueprint.sh
|
|
|
|
```
|