| | # Requirements |
| | |
| | -Before installing TreeTrek, ensure your server environment meets the necessary software and OS specifications. The application relies on specific versions of PHP, Nginx, and Git to function correctly. |
| | +TreeTrek was built and tested using the following software components: |
| | |
| | -* Linux (Tested on Debian GNU/Linux 6.12.69). |
| | -* nginx (v1.26.3 or compatible). |
| | -* PHP 8.4.16 or higher (using PHP-FPM). |
| | -* Git 2.53.0 or higher |
| | +* Debian Linux 13 (kernel 6.12.69) |
| | +* nginx 1.26.3 |
| | +* PHP 8.4.16 |
| | +* Git 2.53.0 |
| | |
| | # Installation |
 |
| | sudo nginx -t && sudo systemctl reload nginx |
| | ``` |
| | + |
| | +The application is installed. |
| | |
| | |