How to Install Bludit CMS on CentOS 7.5

Installation of Bludit CMS on CentOS 7.5

Bludit is a free, open-source and simple web application with which you can create your website or blog within few minutes. Since the Bludit application has files in JSON format for storing the content, there isn' t any necessity to install or configure a database. Although, you need to make sure that you have a web server with PHP support for using it. This tutorial covers the installation of Bludit CMS on CentOS 7.5

Requirement of Bludit CMS:

Apache

PHP and its modules

php php-gd php-curl php-zip php-soap php-mbstring php-mcrypt php-xml php-curl php-cli php-ldap php-imap  php-mysql

Before you begin, make sure you check your CentOS version by using the following command.

 [root@linuxhelp ~]# rpm -q centos-release
centos-release-7-5.1804.el7.centos.x86_64

Download the Bludit cms installation package with the help of the following command.

 [root@linuxhelp ~]# wget https://www.bludit.com/releases/bludit-3-8-1.zip
--2019-04-30 00:44:28--  https://www.bludit.com/releases/bludit-3-8-1.zip
Resolving www.bludit.com (www.bludit.com)... 104.27.171.56, 104.27.170.56, 2606:4700:30::681b:ab38, ...
Connecting to www.bludit.com (www.bludit.com)|104.27.171.56|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1367695 (1.3M) [application/zip]
Saving to: ‘bludit-3-8-1.zip’

100%[==========================================================>] 1,367,695    834KB/s   in 1.6s   

2019-04-30 00:44:31 (834 KB/s) - ‘bludit-3-8-1.zip’ saved [1367695/1367695]

Once the download is completed extract the download package using unzip command.

 [root@linuxhelp ~]# unzip bludit-3-8-1.zip
Archive:  bludit-3-8-1.zip
   creating: bludit-3-8-1/
  inflating: bludit-3-8-1/install.php  
  inflating: bludit-3-8-1/index.php  
  inflating: bludit-3-8-1/LICENSE    
   creating: bludit-3-8-1/bl-languages/
.
.
 inflating: bludit-3-8-1/bl-plugins/disqus/languages/uk_UA.json  
  inflating: bludit-3-8-1/bl-plugins/disqus/languages/es.json  
  inflating: bludit-3-8-1/bl-plugins/disqus/languages/pl_PL.json  
   creating: bludit-3-8-1/bl-content/
  inflating: bludit-3-8-1/.htaccess  

Move the Bludit cms directory to apache root directory.

[root@linuxhelp ~]# mv bludit-3-8-1 /var/www/bludit

Set the ownership and permission for Bludit cms by using the following command

[root@linuxhelp ~]# chown -R apache:apache /var/www/bludit
 [root@linuxhelp ~]# chmod -R 755 /var/www/bludit

Configure the virtualhost for accessing the Bludit cms

[root@linuxhelp ~]# vim /etc/httpd/conf.d/bludit.conf

Restart the apache service by using the following command.

 [root@linuxhelp ~]# systemctl restart httpd

Switch to your browser and enter the domain name. Choose the language for using Bludit and click next.

Configure the admin user setup. After the configuration, you will see the dashboard of Bludit CMS. With this, the method to install Bludit cms on centos 7.5 comes to an end.

FAQ
Q
What version of PHP is compatible with Bludit?
A
PHP 7 is preferred for Bludit CMS Configuration.
Q
What is Bludit CMS?
A
Bludit is an open source and extensible file-based CMS application that stores post and pages by using the flat files. It allows the users to built a fully functional site or blog in an easy way.
Q
How to download the Bludit CMS?
A
For download the Bludit CMS, use the following link as given below "https://www.bludit.com/"
Q
What are the option available to change the apperance Bludit CMS?
A
For change the apperance Bludit CMS. use the folllowing link as given below, "https://themes.bludit.com/"
Q
Wherther Is there any github repository available for Bludit CMS?
A
For accessing the Github repository of the Bludit CMS, use the following link as given below, "https://github.com/bludit/bludit"