1.6 KiB
1.6 KiB
Nook Theme
NookTheme is a free and open source Pterodactyl theme designed to be simple, clean, and modern.
Installation
First go to the panel route and set the panel as under maintenance
cd /var/www/pterodactyl
php artisan down
Download the update
curl -L https://github.com/Nookure/NookTheme/releases/latest/download/panel.tar.gz | tar -xzv
Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid any webserver related errors.
chmod -R 755 storage/* bootstrap/cache
Update the dependencies
composer install --no-dev --optimize-autoloader
Clear the blade templates cache
php artisan view:clear
php artisan config:clear
Documentation
- Panel Documentation
- Wings Documentation
- Community Guides
- Or, get additional help via Discord
License
Pterodactyl® Copyright © 2015 - 2023 Dane Everitt and contributors.
Nookure is not affiliated with Pterodactyl® Panel or its contributors.
Pterodactyl code released under the MIT License.
NookTheme code edits released under the GNU GPLv3 License.