You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/frontend/content/guides/admin/install.md
+18-14Lines changed: 18 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,22 @@ Define your Pterodactyl directory, we'll use this later in the guide. If your Pt
17
17
export PTERODACTYL_DIRECTORY=/var/www/pterodactyl
18
18
```
19
19
20
+
## Download and install Blueprint
21
+
22
+
Download the latest version of Blueprint onto your server by either downloading the latest release [from GitHub](https://github.com/BlueprintFramework/framework/releases/latest) or running the commands below (which will save the file as `release.zip` and extract it).
23
+
24
+
```bash
25
+
# Install curl, wget and unzip if you haven't already
# cd into Pterodactyl, install yarn and node dependencies
52
+
cd$PTERODACTYL_DIRECTORY
36
53
npm i -g yarn
37
54
yarn install
38
55
```
39
56
40
-
## Download and install Blueprint
41
-
42
-
Download the latest version of Blueprint onto your server by either downloading the latest release [from GitHub](https://github.com/BlueprintFramework/framework/releases/latest) or running the commands below (which will save the file as `release.zip` and extract it).
This step allows Blueprint to function and know where itself and Pterodactyl are located and which permissions to use. Create a file called `.blueprintrc` inside of your Pterodactyl directory to begin.
0 commit comments