# Setting Up

\
Server Requirements
-------------------

The application is built on **Laravel Framework** and follows its minimum system requirements. For a full list, read on the [documentation of Laravel 5.4](https://laravel.com/docs/5.4#server-requirements). Third-party modules that are used in the application also require additional software to be installed, although most of it is bundled with PHP.

|     Software     |       Minimum Version       |
| :--------------: | :-------------------------: |
|        PHP       |            5.6.4            |
|  MySQL / MariaDB |        5.7 /  10.1.31       |
| BCMath Extension | *\*Installed and Activated* |
|   GD Extension   | *\*Installed and Activated* |
|   GMP Extension  | *\*Installed and Activated* |

{% hint style="info" %}
Laravel requires [**Composer**](https://getcomposer.org/) to be installed. Follow its documentation for setting it up on your machine
{% endhint %}

## Updating Dependencies

Extract the contents of the application package (.zip file) at the root of your web server or at any directory you desire. Fire up the command terminal and navigate it to where you extracted the package.

The application uses Composer to manage its dependencies. Run the following command to download and update all the required packages.

```bash
composer update
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gerardbalaoro.gitbook.io/cpdtrack/tech-guide/setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
