# Getting Started

Thank you for purchasing our theme. If you have any questions that are beyond the scope of this help file, please feel free to ask via [Contact Us](https://www.codeixer.com/contact-us/) page.

If you like to add more features, feel free to contact us. We will do it if possible.

{% hint style="info" %}
If you’ve recently purchased a hosting plan and a domain name, the next step is to install WordPress on your server. Here are a few simple guides to help you!
{% endhint %}

### **Install CMS on your Server** <a href="#h-15633011" id="h-15633011"></a>

There is the ways to install WordPress in your server are as follows

**USEFUL ARTICLES**

[Installing WordPress on a Local Server Environment](http://www.wpbeginner.com/wp-tutorials/installing-wordpress-on-a-local-server-environment/)

[How to Move WordPress From Local Server to Live Site](http://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/)

**USEFUL VIDEO TUTORIAL**

[How to install WordPress on your Server using CPanel](https://www.youtube.com/watch?v=0MnPxfeeilo)

[How to install WordPress on your Server using FTP](https://www.youtube.com/watch?v=KzidHr0swz8)

### **Server Configuration** <a href="#h-156330370" id="h-156330370"></a>

If you would like to get this theme on your site, please make sure you have the installed WordPress on your server. To successfully run Composer on your website we recommend a certain PHP and WordPress configuration setting.

### **Configuration**

TO RUN WORDPRESS THEME WE RECOMMEND USING A HOST THAT SUPPORTS:

* [PHP](https://secure.php.net/) version 7.4 or greater.
* [MySQL](https://www.mysql.com/) version 5.6 or greater *OR* [MariaDB](https://mariadb.org/) version 10.1 or greater.
* [HTTPS](https://wordpress.org/news/2016/12/moving-toward-ssl/) support

More info About Requirements – <https://wordpress.org/about/requirements/>

{% hint style="success" %}
We recommend you make sure that your server PHP configuration limits are as follows
{% endhint %}

```markup
upload_max_filesize = 128M
max_input_time = -1
post_max_size = 128M
max_input_vars = 8000
max_execution_time = 200
```
