# Install Mcrypt extention in new Servers { Only For AlmaLinux, CentOS and RHL based repos }

1. Install the libmcrypt package ```yum install libmcrypt```
2. Install the EPEL repository ```yum install epel-release```
3. Install the libmcrypt-devel package ```yum install libmcrypt-devel```
4. Install mcrypt via PECL ```/opt/cpanel/ea-php##/root/usr/bin/pecl install mcrypt```
> If any of these commands did not work, this may be due to the package is not supported anymore and you will have to download its binaries manually and build them in the server.

# General deployment checklist
[] Go to mysql config ```my.ini``` and under ```[mysqld]``` add the following config to allow search to index words with 2 chars minimum.
```yaml
innodb_ft_min_token_size = 2
ft_min_word_len = 2
```


# Deployment Checklist IIS
# Deployment Checklist 
# Deployment Checklist 
