PteroTheme/README.md

60 lines
1.6 KiB
Markdown
Raw Normal View History

2023-08-06 17:34:25 +01:00
# Nook Theme
NookTheme is a free and open source [Pterodactyl theme](https://pterodactyl.io) designed to be simple, clean, and modern.
2017-02-15 23:03:30 +00:00
2023-08-06 17:34:25 +01:00
![Image](https://i.imgur.com/IflRtEX.png)
2017-09-10 02:54:57 +01:00
2023-08-06 17:34:25 +01:00
<details>
<summary>View Screnshots</summary>
2022-10-30 19:58:29 +00:00
2023-08-06 17:34:25 +01:00
![Image](https://i.imgur.com/CNxF3iT.png)
![Image](https://i.imgur.com/IflRtEX.png)
![Image](https://i.imgur.com/vNLK5jP.png)
![Image](https://i.imgur.com/dnxV2CS.png)
</details>
2018-08-03 17:05:52 +01:00
2023-08-06 17:34:25 +01:00
## Installation
2018-02-25 17:38:38 +00:00
2023-08-06 17:34:25 +01:00
### First go to the panel route and set the panel as under maintenance
```sh
cd /var/www/pterodactyl
2023-08-06 17:34:25 +01:00
php artisan down
```
### Download the update
```sh
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.
```sh
chmod -R 755 storage/* bootstrap/cache
```
### Update the dependencies
```sh
composer install --no-dev --optimize-autoloader
```
### Clear the blade templates cache
```sh
php artisan view:clear
php artisan config:clear
```
2022-01-02 15:19:16 +00:00
## Documentation
2022-10-30 19:58:29 +00:00
2022-01-02 15:19:16 +00:00
* [Panel Documentation](https://pterodactyl.io/panel/1.0/getting_started.html)
* [Wings Documentation](https://pterodactyl.io/wings/1.0/installing.html)
* [Community Guides](https://pterodactyl.io/community/about.html)
2023-08-06 17:34:25 +01:00
* Or, get additional help [via Discord](https://discord.nookure.com/)
## License
2022-10-30 19:58:29 +00:00
2023-08-06 17:34:25 +01:00
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](./LICENSE.md).
2020-08-29 23:48:57 +01:00
2023-08-06 17:34:25 +01:00
NookTheme code edits released under the [GNU GPLv3 License](./NookLicense.md).