<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>microweber Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/microweber/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 29 Jul 2021 20:52:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install Microweber CMS on Debian 10?</title>
		<link>https://www.osradar.com/how-to-install-microweber-debian-10/</link>
					<comments>https://www.osradar.com/how-to-install-microweber-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 03 Aug 2021 23:49:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[microweber]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=31421</guid>

					<description><![CDATA[<p>Hello, friends. If you are thinking of creating a new website, then you must be looking for the ideal CMS for you. Well, today I’m going to show you how to install MicroweberCMS on Debian 10. Microweber is a compact and quite complete CMS that allows us to deploy our blog or website quickly and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-microweber-debian-10/">How to install Microweber CMS on Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-line-data">Hello, friends. If you are thinking of creating a new website, then you must be looking for the ideal CMS for you. Well, today I’m going to show you how to install MicroweberCMS on Debian 10.</p>



<p class="has-line-data"><a href="https://microweber.com" target="_blank" rel="noreferrer noopener">Microweber </a>is a compact and quite complete CMS that allows us to deploy our blog or website quickly and easily. In addition to this, it allows us to manage it from a comfortable web interface where you can use a graphical editor to create the site.</p>



<p class="has-line-data">With Microweber you can expect everything that a CMS can do, create, manage a website. Ideal for blogging or virtual stores, Microweber is a CMS to take into account.</p>



<h2 class="code-line"><a id="Install_Microweber_CMS_on_Debian_10_6"></a>Install Microweber CMS on Debian 10</h2>



<h3 class="code-line"><a id="Install_LAMP_on_Debian_10_8"></a>Install LAMP on Debian 10</h3>



<p class="has-line-data">Microweber is a CMS that relies on PHP and a database manager like MariaDB. So we have to<a href="https://www.osradar.com/install-lamp-on-debian-10/" target="_blank" rel="noreferrer noopener"> install the LAMP on Debian 10</a> stack.</p>



<p class="has-line-data">However, the latest version of Microweber requires at least PHP 7.3 so we have to <a href="https://www.osradar.com/install-php-8-ubuntu-debian/" target="_blank" rel="noreferrer noopener">install </a>PHP 8 on Debian 10.</p>



<p class="has-line-data">Within the PHP modules that you have to install, you can’t miss these and other necessary packages.</p>



<pre class="wp-block-preformatted">php8.0 libapache2-mod-php php-common php-mbstring php-xmlrpc php-soap php-mysql php-gd php-xml php-cli php-zip php-curl unzip wget</pre>



<h3 class="code-line"><a id="Creating_a_new_database_and_user_18"></a>Creating a new database and user</h3>



<p class="has-line-data">It would be best to create the database for Microweber CMS ourselves. Also, we will have to create a dedicated user for security reasons.</p>



<p class="has-line-data">Open the MariaDB shell</p>



<pre class="wp-block-preformatted">sudo mysql -u root -p</pre>



<p class="has-line-data">Create the new database:</p>



<pre class="wp-block-preformatted">CREATE DATABASE microweberdb;</pre>



<p class="has-line-data">The database name can be whatever you want. Now create the user along with the password.</p>



<pre class="wp-block-preformatted">GRANT ALL PRIVILEGES ON microweberdb.* TO 'microweberuser'@'localhost' IDENTIFIED BY 'microweberpss';
FLUSH PRIVILEGES;</pre>



<p class="has-line-data">You can use any other username and password you want.</p>



<p class="has-line-data">Now exit the shell</p>



<pre class="wp-block-preformatted">exit;</pre>



<p class="has-line-data">Now we can continue.</p>



<h3 class="code-line"><a id="Download_and_install_Microweber_CMS_on_Debian_10_43"></a>Download and install Microweber CMS on Debian 10</h3>



<p class="has-line-data">Now we can download and install Microweber. So, do it from the <code>/tmp/</code> folder and using the command <code>wget</code>.</p>



<pre class="wp-block-preformatted">cd /tmp/
wget https://microweber.com/download.php -O microweber-latest.zip
--2021-07-29 18:09:16--  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... 302 Found
Location: https://microweber.org/download.php [following]
--2021-07-29 18:09:16--  https://microweber.org/download.php
Resolving microweber.org (microweber.org)... 148.251.51.133
Connecting to microweber.org (microweber.org)|148.251.51.133|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://updater.microweberapi.com/microweber-master.zip [following]
--2021-07-29 18:09:17--  https://updater.microweberapi.com/microweber-master.zip
Resolving updater.microweberapi.com (updater.microweberapi.com)... 148.251.51.133
Connecting to updater.microweberapi.com (updater.microweberapi.com)|148.251.51.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 162704055 (155M) [application/zip]
Saving to: ‘microweber-latest.zip’

microweber-latest.zip                     100%[=====================================================================================>] 155.17M  87.5MB/s    in 1.8s

2021-07-29 18:09:18 (87.5 MB/s) - ‘microweber-latest.zip’ saved [162704055/162704055]</pre>



<p class="has-line-data">Now create a folder in the Apache root directory where we will unzip the downloaded file.</p>



<pre class="wp-block-preformatted">sudo mkdir /var/www/html/microweber
sudo unzip microweber-latest.zip -d /var/www/html/microweber</pre>



<p class="has-line-data">Now make the folder belong to Apache and have the proper permissions.</p>



<pre class="wp-block-preformatted">sudo chown -R www-data:www-data /var/www/html/microweber/
sudo chmod -R 755 /var/www/html/microweber/</pre>



<p class="has-line-data">Then it is convenient to create a new virtualhost for Apache to manage the site properly.</p>



<pre class="wp-block-preformatted">sudo nano /etc/apache2/sites-available/microweber.conf</pre>



<p class="has-line-data">Add the following:</p>



<pre class="wp-block-preformatted">&lt;VirtualHost *:80>
  ServerName blog.osradar.test
  DocumentRoot /var/www/html/microweber/
 
  &lt;Directory />
    Options FollowSymLinks
    AllowOverride All
  &lt;/Directory>
 
  &lt;Directory /var/www/html/microweber/>
    Options FollowSymLinks MultiViews
    AllowOverride All
    Order allow,deny
    allow from all
  &lt;/Directory>

  ErrorLog ${APACHE_LOG_DIR}/microweber_error.log
  CustomLog ${APACHE_LOG_DIR}/microweber_access.log combined

&lt;/VirtualHost></pre>



<figure class="wp-block-image size-full"><img loading="lazy" width="953" height="406" src="https://www.osradar.com/wp-content/uploads/2021/07/1-15.png" alt="1.- Virtualhost for Microweber" class="wp-image-31514" srcset="https://www.osradar.com/wp-content/uploads/2021/07/1-15.png 953w, https://www.osradar.com/wp-content/uploads/2021/07/1-15-300x128.png 300w, https://www.osradar.com/wp-content/uploads/2021/07/1-15-768x327.png 768w, https://www.osradar.com/wp-content/uploads/2021/07/1-15-696x297.png 696w" sizes="(max-width: 953px) 100vw, 953px" /><figcaption>1.- Virtualhost for Microweber</figcaption></figure>



<p class="has-line-data">Remember to change the <code>ServerName</code> value to your domain. Save the changes and close the editor.</p>



<p class="has-line-data">Enable the new configuration and the Apache <code>rewrite</code> module.</p>



<pre class="wp-block-preformatted">sudo a2ensite microweber
sudo a2enmod rewrite</pre>



<p class="has-line-data">Apply the changes by restarting Apache.</p>



<pre class="wp-block-preformatted">sudo systemctl restart apache2</pre>



<h3 class="code-line"><a id="Optional_Installing_Certbot_and_the_Lets_Encrypt_certificates_79"></a>Optional: Installing Certbot and the Let’s Encrypt certificates</h3>



<p class="has-line-data">Normally this site would be on the Internet which means that we have to use all possible security. So, we should install the Let’s Encrypt certificates to enable HTTPS.</p>



<p class="has-line-data">So, install Certbot and its Apache plugin.</p>



<pre class="wp-block-preformatted">sudo apt install certbot python3-certbot-apache</pre>



<p class="has-line-data">Then, generate the certificates as follows</p>



<pre class="wp-block-preformatted">sudo certbot --apache --d [your-domain]</pre>



<p class="has-line-data">Enter your email address and accept the license terms and then restart Apache.</p>



<h3 class="code-line"><a id="Installing_Microweber_using_the_web_interface_93"></a>Installing Microweber using the web interface</h3>



<p class="has-line-data">Now open your web browser and go to <code>https://your-domain</code> and you will see a screen where you can customize the installation.</p>



<p class="has-line-data">First, configure the database.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="518" src="https://www.osradar.com/wp-content/uploads/2021/07/2-12-1024x518.png" alt="2.- Installing Microweber CMS on Ubuntu 20.04" class="wp-image-31515" srcset="https://www.osradar.com/wp-content/uploads/2021/07/2-12-1024x518.png 1024w, https://www.osradar.com/wp-content/uploads/2021/07/2-12-300x152.png 300w, https://www.osradar.com/wp-content/uploads/2021/07/2-12-768x388.png 768w, https://www.osradar.com/wp-content/uploads/2021/07/2-12-696x352.png 696w, https://www.osradar.com/wp-content/uploads/2021/07/2-12-1068x540.png 1068w, https://www.osradar.com/wp-content/uploads/2021/07/2-12.png 1349w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Installing Microweber CMS on Ubuntu 20.04</figcaption></figure>



<p class="has-line-data">Below, you can configure the layout</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="518" src="https://www.osradar.com/wp-content/uploads/2021/07/3-6-1024x518.png" alt="3.- Configuring Microweber" class="wp-image-31516" srcset="https://www.osradar.com/wp-content/uploads/2021/07/3-6-1024x518.png 1024w, https://www.osradar.com/wp-content/uploads/2021/07/3-6-300x152.png 300w, https://www.osradar.com/wp-content/uploads/2021/07/3-6-768x388.png 768w, https://www.osradar.com/wp-content/uploads/2021/07/3-6-696x352.png 696w, https://www.osradar.com/wp-content/uploads/2021/07/3-6-1068x540.png 1068w, https://www.osradar.com/wp-content/uploads/2021/07/3-6.png 1349w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Configuring Microweber</figcaption></figure>



<p class="has-line-data">And at the end, you can create the Microweber admin user.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="518" src="https://www.osradar.com/wp-content/uploads/2021/07/4-1-1024x518.png" alt="4.- Creating the admin user" class="wp-image-31517" srcset="https://www.osradar.com/wp-content/uploads/2021/07/4-1-1024x518.png 1024w, https://www.osradar.com/wp-content/uploads/2021/07/4-1-300x152.png 300w, https://www.osradar.com/wp-content/uploads/2021/07/4-1-768x388.png 768w, https://www.osradar.com/wp-content/uploads/2021/07/4-1-696x352.png 696w, https://www.osradar.com/wp-content/uploads/2021/07/4-1-1068x540.png 1068w, https://www.osradar.com/wp-content/uploads/2021/07/4-1.png 1349w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>4.- Creating the admin user</figcaption></figure>



<p class="has-line-data">So, enjoy it. Now you can start with the work of creating your website.</p>



<h2 class="code-line"><a id="Conclusion_105"></a>Conclusion</h2>



<p class="has-line-data">WordPress dominates the CMS industry but that does not indicate that there is real competition to offer better services. So, now you know how to install Microweber CMS and if you give it a try I am sure you will not be disappointed.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-microweber-debian-10/">How to install Microweber CMS on Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-microweber-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
