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

# Installation

### Creating a new database

Before start the process of installing, you will need to create a new database. If you already know how to do this or have already created one, skip to the next step. In most cases you should be able to create a database from your cPanel. The process of crating database is something like this:

![](/files/-MGAI49ONy8B-aBIZaSy)

![](/files/-MGAI8cRYGn5YmeN-STz)

Sometime you might have to create database through **phpMyAdmin.**

![](/files/-MGAIliyFsCEYZvsW-ZX)

![](/files/-MGAIsbWfyuxy9atvXuH)

{% hint style="warning" %}
&#x20;**Please  remember or note down following database credentials** : database name(db name), database username(db username) and database password(db password)&#x20;
{% endhint %}

### Uploading Files on Hosting

After creating a database,&#x20;

* Download the source code zip file from CodeCanyon. Unzip the downloaded zip file. You will see three folders named **Database**, **Documentation** and **Main Script**.&#x20;
* Navigate to Main Script folder and upload the zip file into your hosting ftp root folder. (Usually ftp root folder are called public\_html or www or html or something like this).
* After successful upload, Extract the contents of the uploaded zip file to the same directory i.e **`public_html or html or www etc.`**
* After extracting you should have something like this on your server

![QuickRecruit on Server After Upload and Extract](/files/-MIB0s-pGY5E-DJj5YS8)

&#x20;&#x20;

Now navigate to the web url(i.e: [www.example.com](http://www.example.com), yourdomain.com) where your project is located. You should see a Installation Wizard

### (Optional) Setting Up Database With Seeded Data

A seeded database is provided so that you can start using the application in no time. First go to the unzip folder. You should found three folder inside it, namely Database, Documentation and Main Script. In the Database folder you will find a SQL file. Import the SQL file into the database that you created previously. Import process is as follows:

* First go to phpMyAdmin and open up the recently created database
* Then click on Import tab. You will see a screen as&#x20;

  below image : &#x20;

![Import Tab of a MySQL Database](/files/-MIKqdpQzXv8khdBLpOu)

* Upload the file and click on button with text Go. You will find the button on the bottom of import tab. After successful import you system will be loaded with data you need to operate.&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://dspaceltd.gitbook.io/quickrecruit/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
