# Installation on Shared Hosting

## Requirements

This is a self-hosted web application written in PHP on top of the Laravel 8.0 framework. The followings are required to install it:

* PHP Version: 7.4 or 8.0
* MySQL Version: >= 5.x
* Application server: Apache, Nginx
* IMPORTANT: The script can't be installed in a subfolder. Only directly in domain or subdomain.

## Prepare to install

Installing the project is very easy and you'll be able to install it without any coding knowledge. The installation process included three major steps:

1. **Creating domain or subdomain**
2. **Creating a database**
3. **Uploading script files to the host**

**Now below you can watch the video installation tutorial or you can continue with step by step.**

{% embed url="<https://youtu.be/DgJ3dpeYNVY>" %}

\*\*\*\*

### Installation on Shared Hosting

Plesk / cPanel and other hosting managers are recommended. In this guide, we will use Plesk but similar should be for others.

#### 1. Create your domain or subdomain in your shared hosting

After you have created that, you will be able to access the file manager for that domain/subdomain

Delete any default files that are maybe added.

#### 2. Create a database

Create an empty database in your shared hosting and remember these credentials

* DB name
* DB username
* DB user pass

#### 3.  Upload the source code you have downloaded from CodeCanyon and unzip it

#### 4. Now navigate to the web URL where your project is located

ex. mydomain.com or subdomain.mydomain.com

The installation screen should appear and guide you in the process.

When you log in as admin, in Site Settings you have the option to change all the settings.

{% hint style="danger" %}
Don't forget to do the SMTP setup. Without it, you will get error 500 on the register.
{% endhint %}


---

# 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://mobidonia.gitbook.io/poscloud/docs/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.
