> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/glover/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/glover/backend/installation.md).

# Installation

Upload **Fuodz** backend zipped folder to your server. Unzip/extract the folder to your desired project folder.

The backend folder comes with all the package the system needs, so there is no need to run extra command.

**NOTE:** Backend is built with Laravel framework which require your **domain/subdomain** to be pointing to the project **public** folder.

## Steps

Below are the must important steps to follow to make sure your backend is setup correclty and should work as intended:

1. Make sure you have uploaded your files to the right path on your server. Here is a link to guide on how to do that: <https://www.youtube.com/watch?v=w0RTsbT6tqE&list=PL0ABj3VnhPoAjrVFiRcU9N7lk-lS6bbk3>
2. Database setup: [Database Configuration](/glover/backend/database-configuration.md)
3. Firebase setup: [Firebase](/glover/backend/firebase.md)
4. Cron Job: [CRON job](/glover/backend/cron-job.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://edentech.gitbook.io/glover/backend/installation.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.
