• 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 Microweber 1.0.15 on CentOS 7

{{postValue.id}}

To install Microweber 1.0.15 on CentOS 7


Microweber is an open-source content management system and website builder. It is based on the PHP programming language and using MySQL database. It' s using Laravel 5 web application framework and drag and drop functionality. Its allowing users to quickly create content and managing multiple displays.

Prerequisites

To install LAMP(Apache, MariaDB, php7)

In MariaDB (create database and user and give privileges to that user )

Php installation with required following modules

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
yum install php56w php56w-opcache php56w-mysql php56w-curl php56w-xml  php56w-mcrypt php56w-gd

Switch to the following directory

[root@linuxhelp1 ~]# cd /home/user1/

Download a Microweber package using the following command

[root@linuxhelp1 user1]# wget https://microweber.com/download.php
--2018-04-16 03:11:42--  https://microweber.com/download.php
Resolving microweber.com (microweber.com)... 148.251.51.133
Connecting to microweber.com (microweber.com)|148.251.51.133|:443... connected.
.
.
HTTP request sent, awaiting response... 200 OK
Length: 138108263 (132M) [application/zip]
Saving to: ‘ download.php’ 

100%[============================================================> ] 138,108,263  785KB/s   in 2m 43s 

2018-04-16 03:14:27 (825 KB/s) - ‘ download.php’  saved [138108263/138108263]

The downloaded package is a zip file, so unzip the file as follows

[root@linuxhelp1 user1]# unzip download.php -d microweber
Archive:  download.php
 extracting: microweber/.editorconfig  
 extracting: microweber/composer.lock  
 extracting: microweber/.gitattributes  
 extracting: microweber/phpunit.xml  
   creating: microweber/config/
.
.
   creating: microweber/resources/views/emails/
   creating: microweber/resources/views/emails/auth/
 extracting: microweber/resources/views/emails/auth/password.blade.php  
   creating: microweber/resources/templates/
   creating: microweber/resources/templates/errors/
 extracting: microweber/resources/templates/errors/503.blade.php  
 extracting: microweber/resources/templates/welcome.blade.php  

Move the extracted file into the following path

[root@linuxhelp1 user1]# mv microweber /var/www/

Switch to the following directory

[root@linuxhelp1 user1]# cd /var/www/

Change the ownership and permission of the file

[root@linuxhelp1 www]# chown -R apache.apache microweber
 [root@linuxhelp1 www]# chmod -R 775 microweber/

Create a new virtual host configuration for accessing the Microweber application

[root@linuxhelp1 www]# vim /etc/httpd/conf.d/microweber.conf
< VirtualHost *:80> 
ServerName www.linuxhelp1.com
DocumentRoot /var/www/microweber/
    < Directory /var/www/microweber/> 
AllowOverride All 
Allow from all
< /Directory> 

< /VirtualHost> 

Restart the httpd service

[root@linuxhelp1 www]# systemctl restart httpd

Open a browser and type the following URL of http://local IP (or) domain name

web_configuration

Configure the Database detail and Admin user credential
db_and_user_config

You can installation process of Microweber CMS as shown below
installation_progress

After the installation, you can see the admin dashboard of Microweber
admin_dashboard

Live page of Microweber.
microweber_site

with this, the method to install Microweber 1.0.15 on CentOS 7 comes to an end.

Tags:
ryan
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

How to get the source of the Microweber?

A

Get the source of the Mivroweber, use the following link as given below "https://microweber.com/download"

Q

Whether Is possible to install laravel packages which composer?

A

I'm looking to install laravel packages in microweber.

Q

How to get the Github for the Microweber?

A

For accessing the GitHub repository of the Microweber, use the following link as given below "https://github.com/microweber/microweber/issues/276"

Q

How to install Microweber on Ubuntu 18.04?

A

For the installation of the Microweber on Ubuntu, use the following link as given below "https://www.linuxhelp.com/how-to-install-microweber-1-1-0-on-ubuntu-18-04/"

Q

How to get the official blog for the Microweber?

A

Get the official blog for the Microweber, use the following link as given below "https://microweber.com/blog"

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 Gibbson ?
How do i run both nginx and apache in same instance on centos

Hi...,

my server is based centos operating system and my webserver is already running on Apache.... i need to run both apache and nginx on same instance ... please help me to implement this concept...

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.