π
π
π
π
LewisDevelopment
Searchβ¦
π
π
π
π
LewisDevelopment
Welcome!
Addons
PhpMyAdmin/Adminer Button
Arc.io in Pterodactyl Panel
Tutorials
PhpMyAdmin/Adminer Button (Installation)
How to make a yarn build
Powered By
GitBook
How to make a yarn build
Type the following commands in your server console:
# Ubuntu/Debian
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
apt install -y nodejs
β
# CentOS
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash -
sudo yum install -y nodejs yarn # CentOS 7
sudo dnf install -y nodejs yarn # CentOS 8
β
npm i -g yarn
cd /var/www/pterodactyl
yarn
β
cd /var/www/pterodactyl
yarn build:production # Build panel
Tutorials - Previous
PhpMyAdmin/Adminer Button (Installation)
Last modified
1yr ago
Copy link