How to Install Sitemagic CMS 4.4 on CentOS 7.5

Installation of sitemagic cms 4.4 on centos 7.5

Requirements for sitemagic:

Apache

Php and its modules

#yum install php  php-gd php-curl php-common php-mysql php-soap php-mysql php-mcrypt  php-xml php-patchwork-utf8

Installation procedure

You need to configure the LAMP setup For the Installation of sitemagic CMS If you dont have the Lamp setup Refer Here

Check the centos version by using the following command

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

Download the sitemagic cms installation package using wget command

[root@linuxhelp ~]# wget https://github.com/Jemt/SitemagicCMS/archive/master.zip
--2019-04-19 22:00:57--  https://github.com/Jemt/SitemagicCMS/archive/master.zip
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/Jemt/SitemagicCMS/zip/master [following]
--2019-04-19 22:00:59--  https://codeload.github.com/Jemt/SitemagicCMS/zip/master
Resolving codeload.github.com (codeload.github.com)... 192.30.253.120, 192.30.253.121
Connecting to codeload.github.com (codeload.github.com)|192.30.253.120|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘master.zip’
    [        <=>                                                ] 19,436,640   282KB/s   in 59s    
2019-04-19 22:01:59 (324 KB/s) - ‘master.zip’ saved [19436640]

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

[root@linuxhelp ~]# unzip master.zip
Archive:  master.zip
d6abe88b778384d92816e8c7ee7522d8f4c6fd8f
   creating: SitemagicCMS-master/
 extracting: SitemagicCMS-master/.gitignore  
   creating: SitemagicCMS-master/.vscode/
  inflating: SitemagicCMS-master/.vscode/settings.json  
  inflating: SitemagicCMS-master/README.md  
   creating: SitemagicCMS-master/base/
   creating: SitemagicCMS-master/base/Languages/
  inflating: SitemagicCMS-master/base/Languages/da.xml
.
.
.
  inflating: SitemagicCMS-master/templates/_BaseTopNav/basic.html  
   creating: SitemagicCMS-master/templates/_BaseTopNav/images/
  inflating: SitemagicCMS-master/templates/_BaseTopNav/images/blank.gif  
  inflating: SitemagicCMS-master/templates/_BaseTopNav/index.css  
  inflating: SitemagicCMS-master/templates/_BaseTopNav/index.html  
  inflating: SitemagicCMS-master/templates/_BaseTopNav/menu.js  
  inflating: SitemagicCMS-master/upgrade.php  

Move the sitemagic cms directory to apache root directory

[root@linuxhelp ~]# mv SitemagicCMS-master /var/www/sitemagic

Set the ownership and permission for sitemagic cms directory by using the following command

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

Configure the virtualhost for accessing the sitemagic cms

[root@linuxhelp ~]# vim /etc/httpd/conf.d/sitemagic.conf
<Virtualhost *:80>
        Servername www.linuxhelp1.com
        documentroot  /var/www/sitemagic
</Virtualhost>

Once all the step is completed restart the apache service

[root@linuxhelp ~]# systemctl restart httpd

Switch to your browser and enter your domain name Welcome page of sitemagic cms Log in using the default admin credentials

This is the sitemagic cms dashboard

With this, the method to install Sitemagic CMS V4.4 on centos 7.5 comes to end.

FAQ
Q
What is Sitemagic CMS?
A
Sitemagic CMS is the world' s most beautiful Content Management System. It is Designed in a way that allows users to create truly stunning websites in a very short amount of time. It&rsquo s complete CMS on the market capable of running without a database.
Q
What are the required php modules for sitemagic cms?
A
These are the modules that required for sitemagic cms





php php-gd php-curl php-common php-mysql php-soap php-mysql php-mcrypt php-xml php-patchwork-utf8
Q
What are the Pre-requirements for Sitemagic CMS?
A
These are the pre-requirements

Install LAMP (apache and php7.0)
Q
Are there any alternatives for the Sitemagic CMS?
A
The alternatives are,
PageKit
Bolt CMS
October CMS
Q
What is the default apache root directory for Sitemagic CMS?
A
Execute the following command:

# cd /var/www/html/