• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to Install Sitemagic CMS 4.4 on CentOS 7.5

  • 00:41 rpm -q centos-release
  • 01:05 wget https://github.com/Jemt/SitemagicCMS/archive/master.zip
  • 01:23 unzip master.zip
  • 01:37 mv SitemagicCMS-master /var/www/sitemagic
  • 01:58 chown -R apache:apache /var/www/sitemagic
  • 02:13 chmod -R 755 /var/www/sitemagic
  • 02:31 vim /etc/httpd/conf.d/sitemagic.conf
  • 03:29 systemctl restart httpd
{{postValue.id}}

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 snap1 Welcome page of sitemagic cms snap2 Log in using the default admin credentials

snap3 This is the sitemagic cms dashboard snap4

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

Tags:
connor
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

What is the default apache root directory for Sitemagic CMS?

A

Execute the following command:

# cd /var/www/html/

Q

Are there any alternatives for the Sitemagic CMS?

A

The alternatives are,
PageKit
Bolt CMS
October CMS

Q

What are the Pre-requirements for Sitemagic CMS?

A

These are the pre-requirements

Install LAMP (apache and php7.0)

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 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.

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help David Lopez Guillen ?
Ayuda urgente instale SSL para servidor Opensuse y ahora no funciona tengo servicio web

hola segui este tutorial para tener un certificado ssl y ahora no se ve mi app en la red, espero alguien pueda ayudarme, tengo M9oodle en3.5 en un servidor open suse y ahora no funciona por favor ayuda.

https://www.linuxhelp.com/how-to-create-ssl-certificate-in-opensuse

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.