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
With this, the method to install Sitemagic CMS V4.4 on centos 7.5 comes to end.
php php-gd php-curl php-common php-mysql php-soap php-mysql php-mcrypt php-xml php-patchwork-utf8
Install LAMP (apache and php7.0)
PageKit
Bolt CMS
October CMS
# cd /var/www/html/