<?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>Blog Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 06 Apr 2023 13:53:51 +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>Install Ghost CMS on Ubuntu 20.04</title>
		<link>https://www.osradar.com/install-ghost-cms-on-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/install-ghost-cms-on-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 04 Aug 2021 23:35:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=31457</guid>

					<description><![CDATA[<p>Hello, friends. Although the CMS market is dominated with an iron fist by WordPress, there are other solid alternatives. In this post, you will learn how to install Ghost CMS on Ubuntu 20.04. Ghost CMS is a CMS intended for the creation of any website on the Internet. What makes it popular is that it [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-ghost-cms-on-ubuntu-20-04/">Install Ghost CMS on Ubuntu 20.04</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. Although the CMS market is dominated with an iron fist by WordPress, there are other solid alternatives. In this post, you will learn how to install Ghost CMS on Ubuntu 20.04.</p>



<p class="has-line-data"><a href="https://ghost.org/" target="_blank" rel="noreferrer noopener">Ghost CMS</a> is a CMS intended for the creation of any website on the Internet. What makes it popular is that it has default tools to improve the profitability of the website.</p>



<p class="has-line-data">It has many unique themes so you can get an almost unique design for your site. Also, install them with just a few clicks and no complex configurations.</p>



<p class="has-line-data">It is widely used worldwide and is one of the most solid alternatives to WordPress. So, you must know how to install it if you are looking for the ideal CMS for you.</p>



<p class="has-line-data">Let’s get started.</p>



<h2 class="code-line"><a id="Install_Ghost_CMS_on_Ubuntu_2004_10"></a>Install Ghost CMS on Ubuntu 20.04</h2>



<p class="has-line-data">Before performing any operation on the server, it is recommended that you know that you need a valid A domain pointing to your server. Moreover, we will do the tutorial on a clean Ubuntu installation.</p>



<h3 class="code-line"><a id="Install_Nginx_on_Ubuntu_2004_14"></a>Install Nginx on Ubuntu 20.04</h3>



<p class="has-line-data">So, Nginx and Apache are the best web servers out there. But in this case, we will opt for Nginx to take advantage of the default configuration of Ghost CMS.</p>



<p class="has-line-data">In a Terminal session, update first the server</p>



<pre class="wp-block-preformatted">sudo apt update
sudo apt upgrade</pre>



<p>Next install it:</p>



<pre class="wp-block-preformatted">sudo apt install nginx
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  fontconfig-config fonts-dejavu-core libfontconfig1 libgd3 libjbig0 libjpeg-turbo8 libjpeg8 libnginx-mod-http-image-filter libnginx-mod-http-xslt-filter
  libnginx-mod-mail libnginx-mod-stream libtiff5 libwebp6 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxpm4 libxslt1.1 nginx-common nginx-core
Suggested packages:
  libgd-tools fcgiwrap nginx-doc ssl-cert
The following NEW packages will be installed:
  fontconfig-config fonts-dejavu-core libfontconfig1 libgd3 libjbig0 libjpeg-turbo8 libjpeg8 libnginx-mod-http-image-filter libnginx-mod-http-xslt-filter
  libnginx-mod-mail libnginx-mod-stream libtiff5 libwebp6 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxpm4 libxslt1.1 nginx nginx-common nginx-core
0 upgraded, 23 newly installed, 0 to remove and 19 not upgraded.
Need to get 3,334 kB of archives.
After this operation, 11.6 MB of additional disk space will be used.
Do you want to continue? [Y/n]</pre>



<p class="has-line-data">And now proceed to enable it to start with the system.</p>



<pre class="wp-block-preformatted">sudo systemctl enable nginx
Synchronizing state of nginx.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd/systemd-sysv-install enable nginx</pre>



<p class="has-line-data">Next, check the status of the Nginx service.</p>



<pre class="wp-block-preformatted">sudo systemctl status nginx
● nginx.service - A high performance web server and a reverse proxy server
     Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
     Active: active (running) since Fri 2021-07-30 18:00:13 CEST; 23s ago
       Docs: man:nginx(8)
   Main PID: 1796 (nginx)
      Tasks: 3 (limit: 2286)
     Memory: 5.0M
     CGroup: /system.slice/nginx.service
             ├─1796 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
             ├─1797 nginx: worker process
             └─1798 nginx: worker process

Jul 30 18:00:13 osradar systemd[1]: Starting A high performance web server and a reverse proxy server...
Jul 30 18:00:13 osradar systemd[1]: Started A high performance web server and a reverse proxy server.</pre>



<h3 class="code-line"><a id="Install_and_configuring_MariaDB_for_Ghost_CMS_33"></a>Install and configuring MariaDB for Ghost CMS</h3>



<p class="has-line-data">The next step is to install MariaDB which you can do from the official repositories, or if you want to get a newer version you can do it by installing <a href="https://www.osradar.com/install-mariadb-10-5-ubuntu-20-04-18-04/" target="_blank" rel="noreferrer noopener">Maria</a>DB 10.5 on Ubuntu 20.04.</p>



<p class="has-line-data">In either case, you have to run the <code>mysql_secure_installation</code> script to assign a root key and other settings.</p>



<p class="has-line-data">After that, access the MariaDB shell to create the database and the new user that has permissions on it.</p>



<pre class="wp-block-preformatted">sudo mysql -u root -p
CREATE DATABASE ghostdb;
GRANT ALL PRIVILEGES ON ghostdb.* TO 'user'@'localhost' IDENTIFIED BY 'password';
FLUSH PRIVILEGES;
exit;</pre>



<p class="has-line-data">You can assign a different database name, user name, and password.</p>



<h3 class="code-line"><a id="Install_Ghost_CMS_on_Ubuntu_2004_49"></a>Install Ghost CMS on Ubuntu 20.04</h3>



<p class="has-line-data">The best way to install Ghost is through <code>ghost-cli</code> a tool created by the developers to ease Ghost administration. So, this tool is built with NodeJS so we have to install it.</p>



<p class="has-line-data">So, add the repository of version 14.x</p>



<pre class="wp-block-preformatted">curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash</pre>



<p class="has-line-data">Then, install NodeJS along with other useful and recommended packages.</p>



<pre class="wp-block-preformatted">sudo apt install nodejs gcc g++ make</pre>



<p class="has-line-data">And proceed to install the tool as follows:</p>



<pre class="wp-block-preformatted">sudo npm install ghost-cli@latest -g</pre>



<p class="has-line-data">Now create the folder where we will install ghost in the path <code>/var/www/</code>.</p>



<pre class="wp-block-preformatted">sudo mkdir -p /var/www/ghost/</pre>



<p class="has-line-data">Make your user the owner of the folder and assign appropriate permissions to it.</p>



<pre class="wp-block-preformatted">sudo chown -R $USER:$USER /var/www/ghost/
sudo chmod 775 /var/www/ghost</pre>



<p class="has-line-data">Now go to the folder and from there perform the installation.</p>



<pre class="wp-block-preformatted">cd /var/www/ghost/
ghost install</pre>



<p class="has-line-data">And during the installation, you will have to answer some site configuration questions.</p>



<pre class="wp-block-code"><code>? Enter your blog URL: https://&#91;your-domain]
? Enter your MySQL hostname: localhost
? Enter your MySQL username: user
? Enter your MySQL password: &#91;hidden]
? Enter your Ghost database name: ghostdb
? Configuring Ghost
? Setting up instance
? Do you wish to set up Nginx? Yes
? Do you wish to set up Systemd? Yes
? Do you want to start Ghost? (Y/n) Y</code></pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="245" src="https://www.osradar.com/wp-content/uploads/2021/07/1-16-1024x245.png" alt="1.- Installing Ghost CMS on Ubuntu 20.04" class="wp-image-31531" srcset="https://www.osradar.com/wp-content/uploads/2021/07/1-16-1024x245.png 1024w, https://www.osradar.com/wp-content/uploads/2021/07/1-16-300x72.png 300w, https://www.osradar.com/wp-content/uploads/2021/07/1-16-768x184.png 768w, https://www.osradar.com/wp-content/uploads/2021/07/1-16-696x166.png 696w, https://www.osradar.com/wp-content/uploads/2021/07/1-16-1068x255.png 1068w, https://www.osradar.com/wp-content/uploads/2021/07/1-16.png 1129w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Installing Ghost CMS on Ubuntu 20.04</figcaption></figure>



<p class="has-line-data">When finished, you can access your website and start working. Enjoy it.</p>



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



<p class="has-line-data">The installation of Ghost CMS is easy for all the potential it has. With it, you will be able to deploy a professional website quickly.</p>



<p class="has-line-data">I hope you enjoyed it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-ghost-cms-on-ubuntu-20-04/">Install Ghost CMS on Ubuntu 20.04</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/install-ghost-cms-on-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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>
		<item>
		<title>How to install WordPress 5.4 on Ubuntu 18.04 LTS?</title>
		<link>https://www.osradar.com/how-to-install-wordpress-on-ubuntu-18-04-lts/</link>
					<comments>https://www.osradar.com/how-to-install-wordpress-on-ubuntu-18-04-lts/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 12 Apr 2020 23:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=7036</guid>

					<description><![CDATA[<p>Nowadays many people decide to create a blog to write about many topics. Some of these blogs are about technology or other topics. In this sense, WordPress is a very popular application for the creation of blogs. Therefore, this article is about how to install WordPress 5.6 on Ubuntu 18.04 LTS. For the creation of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-wordpress-on-ubuntu-18-04-lts/">How to install WordPress 5.4 on Ubuntu 18.04 LTS?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Nowadays many people decide to create a blog to write about many topics. Some of these blogs are about technology or other topics. In this sense, WordPress is a very popular application for the creation of blogs. Therefore, this article is about how to install WordPress 5.6 on Ubuntu 18.04 LTS.</p>
<p>For the creation of blogs there are several alternatives such as Blogger, however, it is not reckless to say that <a href="https://wordpress.com/" rel="noopener">WordPress</a> is the most popular and robust solution in its field.</p>
<p>This is because in WordPress you don&#8217;t need programming skills to build your website. On the other hand, it is open source which guarantees its growth and community support. It is also quite customizable and has extensive technical support.</p>
<p>In addition to WordPress, the creators of Blog choose Ubuntu 18.04 LTS to install all its content there, because it is a new and robust version of the most popular distribution in the world.</p>
<p>Let&#8217;s install WordPress 5.6 on Ubuntu 18.04 LTS.</p>
<h2>1. Upgrade the system</h2>
<p>Before you start installing WordPress you must make sure that the system is up to date. With this you will have the latest security patches and the system will be more reliable and stable. To do this, run the following command.</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>
<p><figure id="attachment_7037" aria-describedby="caption-attachment-7037" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7037" src="https://www.osradar.com/wp-content/uploads/2018/11/1-5.png" alt="1.- Upgrade the system" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/1-5.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/1-5-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/1-5-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/1-5-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/1-5-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/1-5-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/1-5-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7037" class="wp-caption-text">1.- Upgrade the system</figcaption></figure></p>
<p>It is always advisable to do this periodically.</p>
<h2>2. Install Apache web server</h2>
<p>WordPress itself is a web application. Therefore, you need a web server that allows its execution. There are several very good ones like <a href="https://www.osradar.com/how-to-configure-nginx-server-blocks-on-ubuntu-18-04/" rel="noopener">Ngnix</a> or <a href="https://www.osradar.com/how-to-configure-an-apache-virtual-host-on-debian-9/" rel="noopener">Apache web server</a>. I will use the last one.</p>
<pre class="">:~$ sudo apt install apache2</pre>
<p><figure id="attachment_7038" aria-describedby="caption-attachment-7038" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7038" src="https://www.osradar.com/wp-content/uploads/2018/11/2-4.png" alt="2.- Installing apache web server" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/2-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/2-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/2-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/2-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/2-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/2-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/2-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7038" class="wp-caption-text">2.- Installing the apache web server</figcaption></figure></p>
<p>Now, enable and start the Apache web server service.</p>
<pre class="">:~$ sudo systemctl enable apache2
:~$ sudo systemctl start apache2</pre>
<p><figure id="attachment_7039" aria-describedby="caption-attachment-7039" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7039" src="https://www.osradar.com/wp-content/uploads/2018/11/3-3.png" alt="3.- Enabling the apache service" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/3-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/3-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/3-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/3-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/3-3-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/3-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/3-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7039" class="wp-caption-text">3.- Enabling the apache service</figcaption></figure></p>
<p>The goal of this is to make apache boot when the system boots.</p>
<p>Now, open your web browser and go to <code>http://IP_SERVER</code></p>
<p><figure id="attachment_7040" aria-describedby="caption-attachment-7040" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7040" src="https://www.osradar.com/wp-content/uploads/2018/11/4-4.png" alt="4.- Apache web srever default page" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2018/11/4-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/4-4-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/4-4-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/4-4-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/4-4-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/11/4-4-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/4-4-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/4-4-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7040" class="wp-caption-text">4.- Apache web server default page</figcaption></figure></p>
<p>If you see the image above, apache is correctly installed.</p>
<h2>3. Install PHP</h2>
<p>In this step, you have to install PHP. This in order to be able to run WordPress properly. In addition to the language, it is necessary to install some additional modules.</p>
<pre class="">:~$ sudo apt install php7.2 libapache2-mod-php7.2 php7.2-common php7.2-mbstring php7.2-xmlrpc php7.2-soap php7.2-gd php7.2-xml php7.2-intl php7.2-mysql php7.2-cli php7.2 php7.2-ldap php7.2-zip php7.2-curl</pre>
<p><figure id="attachment_7041" aria-describedby="caption-attachment-7041" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7041" src="https://www.osradar.com/wp-content/uploads/2018/11/5-4.png" alt="5.- Installing PHP" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/5-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/5-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/5-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/5-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/5-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/5-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/5-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7041" class="wp-caption-text">5.- Installing PHP</figcaption></figure></p>
<p>Now it&#8217;s time to check that PHP is working.</p>
<p>Create a file called <code>test.php</code> on <code>/var/www/html/</code> directory.</p>
<pre class="">:~$ sudo nano /var/www/html/test.php</pre>
<p>And add the following:</p>
<pre class="">&lt;?php
echo "PHP is working";
?&gt;</pre>
<p><figure id="attachment_7042" aria-describedby="caption-attachment-7042" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7042" src="https://www.osradar.com/wp-content/uploads/2018/11/6-4.png" alt="6.- PHP test file" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/6-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/6-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/6-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/6-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/6-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/6-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/6-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7042" class="wp-caption-text">6.- PHP test file</figcaption></figure></p>
<p>Next, open the file through the web browser <code>http://IP_SERVER/test.php</code></p>
<p><figure id="attachment_7043" aria-describedby="caption-attachment-7043" style="width: 882px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7043" src="https://www.osradar.com/wp-content/uploads/2018/11/7-4.png" alt="7.- PHP is working" width="882" height="177" srcset="https://www.osradar.com/wp-content/uploads/2018/11/7-4.png 882w, https://www.osradar.com/wp-content/uploads/2018/11/7-4-300x60.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/7-4-768x154.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/7-4-696x140.png 696w" sizes="(max-width: 882px) 100vw, 882px" /><figcaption id="caption-attachment-7043" class="wp-caption-text">7.- PHP is working</figcaption></figure></p>
<p>Finally, PHP is working fine.</p>
<h2>4. Install MariaDB</h2>
<p>WordPress requires for its operation the installation and configuration of a database manager application.</p>
<p><a href="https://mariadb.org/" rel="noopener">MariaDB</a> is a great alternative for this since it is free and above all stable. It is also compatible with MySQL as it is a fork of MySQL.</p>
<pre class="">:~$ sudo apt install mariadb-server</pre>
<p><figure id="attachment_7044" aria-describedby="caption-attachment-7044" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7044" src="https://www.osradar.com/wp-content/uploads/2018/11/8-3.png" alt="8.- Installing MariaDB" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/8-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/8-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/8-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/8-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/8-3-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/8-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/8-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7044" class="wp-caption-text">8.- Installing MariaDB</figcaption></figure></p>
<p>Then, enable the service and start the service.</p>
<pre class="">:~$ sudo systemctl enable mariadb
:~$ sudo systemctl start mariadb</pre>
<p><figure id="attachment_7045" aria-describedby="caption-attachment-7045" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7045" src="https://www.osradar.com/wp-content/uploads/2018/11/9-3.png" alt="9.- Enabling MariaDB service" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/9-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/9-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/9-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/9-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/9-3-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/9-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/9-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7045" class="wp-caption-text">9.- Enabling MariaDB service</figcaption></figure></p>
<p>Now, you need to configure a root key for MariaDB. You can also configure other things there. To do this, run the <code>mysql_secure_installation</code> script.</p>
<pre class="">:~$ sudo mysql_secure_installation</pre>
<p><figure id="attachment_7046" aria-describedby="caption-attachment-7046" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7046" src="https://www.osradar.com/wp-content/uploads/2018/11/10-2.png" alt="10.- Using the mysql_secure_installation script" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/10-2.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/10-2-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/10-2-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/10-2-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/10-2-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/10-2-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/10-2-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7046" class="wp-caption-text">10.- Using the mysql_secure_installation script</figcaption></figure></p>
<p><figure id="attachment_7047" aria-describedby="caption-attachment-7047" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7047" src="https://www.osradar.com/wp-content/uploads/2018/11/11-1.png" alt="11.- Using the mysql_secure_installation script to configure MariaDB" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/11-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/11-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/11-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/11-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/11-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/11-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/11-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7047" class="wp-caption-text">11.- Using the mysql_secure_installation script to configure MariaDB</figcaption></figure></p>
<p>As you can see, I said Y, N, Y, Y to the questions.</p>
<p>Once MariaDB is correctly installed and configured, it is necessary to create the database and the WordPress user.</p>
<pre class="">:~$ sudo mysql -u root -p</pre>
<pre class="">CREATE DATABASE wordpress;
USE wordpress;
GRANT ALL PRIVILEGES ON wordpress.* TO 'wordpressuser'@'localhost' IDENTIFIED BY 'wordpresspss';
FLUSH PRIVILEGES;
exit;</pre>
<p><figure id="attachment_7048" aria-describedby="caption-attachment-7048" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7048" src="https://www.osradar.com/wp-content/uploads/2018/11/12-1.png" alt="12.- Creating the database for wordpress" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/12-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/12-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/12-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/12-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/12-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/12-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/12-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7048" class="wp-caption-text">12.- Creating the database for WordPress</figcaption></figure></p>
<p>Now, you can install WordPress.</p>
<h2>5. Install WordPress</h2>
<p>The time has come to install WordPress. First, download it.</p>
<pre class="">:~$ cd /tmp
:~$ wget https://wordpress.org/latest.tar.gz</pre>
<p><figure id="attachment_7049" aria-describedby="caption-attachment-7049" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7049" src="https://www.osradar.com/wp-content/uploads/2018/11/13-1.png" alt="13.- Download and install WordPress" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/13-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/13-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/13-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/13-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/13-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/13-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/13-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7049" class="wp-caption-text">13.- Download and install WordPress</figcaption></figure></p>
<p>Now, decompress the file.</p>
<pre class="">:~$ tar -xvzf latest.tar.gz</pre>
<p><figure id="attachment_7050" aria-describedby="caption-attachment-7050" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7050" src="https://www.osradar.com/wp-content/uploads/2018/11/14-1.png" alt="14.- Decompressing the file" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/11/14-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/14-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/14-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/14-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/14-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/14-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/14-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7050" class="wp-caption-text">14.- Decompressing the file</figcaption></figure></p>
<p>Then move the folder to <code>/var/www/html</code>. Next, change the folder owner and assign permissions.</p>
<pre class="">:~$ sudo mv wordpress/ /var/www/html/
:~$ sudo chown -R www-data:www-data /var/www/html/wordpress/
:~$ sudo chmod 755 -R /var/www/html/wordpress/</pre>
<p>Now, you can complete the installation from the web interface.</p>
<h2>6. Completing the installation</h2>
<p>Now, through the web interface, it is necessary to complete the installation. Go to <code>http://IP_SERVER/wordpress</code> and you will see the following.</p>
<p><figure id="attachment_7051" aria-describedby="caption-attachment-7051" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7051" src="https://www.osradar.com/wp-content/uploads/2018/11/15-1.png" alt="15.- WordPress Installation" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2018/11/15-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/15-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/15-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/15-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/15-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/11/15-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/15-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/15-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7051" class="wp-caption-text">15.- WordPress Installation</figcaption></figure></p>
<p>In the next step, you will have to enter the information corresponding to the database.</p>
<p><figure id="attachment_7052" aria-describedby="caption-attachment-7052" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7052" src="https://www.osradar.com/wp-content/uploads/2018/11/16-1.png" alt="16.- Adding some information to installer" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2018/11/16-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/16-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/16-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/16-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/16-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/11/16-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/16-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/16-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7052" class="wp-caption-text">16.- Adding some information to the installer</figcaption></figure></p>
<p>Then you can continue with the installation.</p>
<p><figure id="attachment_7053" aria-describedby="caption-attachment-7053" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7053" src="https://www.osradar.com/wp-content/uploads/2018/11/17-1.png" alt="17.- Continuing the installation" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2018/11/17-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/17-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/17-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/17-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/17-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/11/17-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/17-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/17-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7053" class="wp-caption-text">17.- Continuing the installation</figcaption></figure></p>
<p>Then, enter the information from your website or blog that you want to create. You also have to create the username and the password.</p>
<p><figure id="attachment_7054" aria-describedby="caption-attachment-7054" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7054" src="https://www.osradar.com/wp-content/uploads/2018/11/18-1.png" alt="18.- Add your website information" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2018/11/18-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/18-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/18-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/18-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/18-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/11/18-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/18-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/18-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7054" class="wp-caption-text">18.- Add your website information</figcaption></figure></p>
<p>When you continue, you will get the screen to log in, with the admin user and the password you defined.</p>
<p><figure id="attachment_7055" aria-describedby="caption-attachment-7055" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7055" src="https://www.osradar.com/wp-content/uploads/2018/11/19-1.png" alt="19.- WordPress login" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2018/11/19-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/19-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/19-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/19-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/19-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/11/19-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/19-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/19-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7055" class="wp-caption-text">19.- WordPress login</figcaption></figure></p>
<p>And finally, you will see the WordPress dashboard.</p>
<p><figure id="attachment_7056" aria-describedby="caption-attachment-7056" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7056" src="https://www.osradar.com/wp-content/uploads/2018/11/20-1.png" alt="20.- WordPress dashboard" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2018/11/20-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/11/20-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/20-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/20-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/20-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/11/20-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/20-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/20-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-7056" class="wp-caption-text">20.- WordPress dashboard</figcaption></figure></p>
<p>And that&#8217;s it. If you scroll down, you will see the current version.</p>
<p><figure id="attachment_19675" aria-describedby="caption-attachment-19675" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19675 size-full" src="https://www.osradar.com/wp-content/uploads/2019/05/wordpress54.png" alt="21.- WordPress 5.4 installed" width="1365" height="383" srcset="https://www.osradar.com/wp-content/uploads/2019/05/wordpress54.png 1365w, https://www.osradar.com/wp-content/uploads/2019/05/wordpress54-300x84.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/wordpress54-1024x287.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/wordpress54-768x215.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/wordpress54-696x195.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/wordpress54-1068x300.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-19675" class="wp-caption-text">21.- WordPress 5.4 installed</figcaption></figure></p>
<h2>Conclusion</h2>
<p>If you want to create a blog or a personal web site, I think your first option to do so is WordPress, because its installation is not complicated, and because it is free. All this without losing robustness and power.</p>
<p>Please share this article with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-wordpress-on-ubuntu-18-04-lts/">How to install WordPress 5.4 on Ubuntu 18.04 LTS?</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-wordpress-on-ubuntu-18-04-lts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install WordPress on Debian 10?</title>
		<link>https://www.osradar.com/install-wordpress-debian-10/</link>
					<comments>https://www.osradar.com/install-wordpress-debian-10/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 22 Jul 2019 23:11:43 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12767</guid>

					<description><![CDATA[<p>In today&#8217;s world, everything is Internet and information sites. There is too much variety in them. But we also find a lot of variety of applications that allow us to make websites. In this way, we find a nice CMS competition. That is to say, web applications that allow creating a blog without much effort. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wordpress-debian-10/">How to install WordPress 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>In today&#8217;s world, everything is Internet and information sites. There is too much variety in them. But we also find a lot of variety of applications that allow us to make websites. In this way, we find a nice CMS competition. That is to say, web applications that allow creating a blog without much effort. Of all these, <strong>WordPress is the most popular</strong> and solvent of all. That&#8217;s why, in this post, you will learn how to install WordPress on Debian 10, Buster.</p>
<h2>What is WordPress?</h2>
<p><a href="http://wordpress.com/">WordPress</a> is a CMS (content manager system) that is to say it is an application that allows you to create a blog of information. However, over time has evolved and not only provides services to create blogs but corporate websites or what you can imagine.</p>
<p>Thanks to WordPress and <a href="https://www.osradar.com/tag/cms/">CMS</a>, publish news and entries, do not require knowledge of HTML or <a href="https://www.osradar.com/tag/php/">PHP</a>, but everything is visual.</p>
<p>So, if you want to have a personal blog or for educational purposes, WordPress is a pretty good solution.</p>
<h2>Install WordPress on Debian 10</h2>
<h3>1) Install Apache and PHP</h3>
<p>Being a web application, you need to have a web server running on our system. Of course, WordPress is compatible with other servers like <a href="https://www.osradar.com/how-to-install-lemp-on-debian-10-buster/">Nginx</a>, but in this case, we will use Apache webserver.</p>
<p>On the other hand, WordPress is programmed in PHP, so we need the language for it to work.</p>
<p>So, open a terminal session and type:</p>
<pre>:~$ sudo apt install apache2 php7.3 libapache2-mod-php7.3 php7.3-common php7.3-mbstring php7.3-xmlrpc php7.3-soap php7.3-gd php7.3-xml php7.3-intl php7.3-mysql php7.3-cli php7.3-ldap php7.3-zip php7.3-curl</pre>
<p><figure id="attachment_12770" aria-describedby="caption-attachment-12770" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12770" src="https://www.osradar.com/wp-content/uploads/2019/07/1-3.jpeg" alt="1.- Install Apache and PHP on Debian 10" width="1366" height="312" srcset="https://www.osradar.com/wp-content/uploads/2019/07/1-3.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/07/1-3-300x69.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/07/1-3-768x175.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/07/1-3-1024x234.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/07/1-3-696x159.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/07/1-3-1068x244.jpeg 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12770" class="wp-caption-text">1.- Install Apache and PHP on Debian 10</figcaption></figure></p>
<p>Then, create a new PHP file to test the language.</p>
<pre>:~$ sudo nano /var/www/html/test.php
&lt;?php
phpinfo();
?&gt;</pre>
<p>After that, open it using the web browser, for example <code>http://you-server/test.php</code>. You will see something like this:</p>
<p><figure id="attachment_12771" aria-describedby="caption-attachment-12771" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12771" src="https://www.osradar.com/wp-content/uploads/2019/07/2-12.png" alt="2.- PHP info" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/07/2-12.png 1366w, https://www.osradar.com/wp-content/uploads/2019/07/2-12-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/2-12-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/2-12-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/2-12-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/2-12-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/07/2-12-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12771" class="wp-caption-text">2.- PHP info</figcaption></figure></p>
<p>So, Apache and PHP are working.</p>
<h3>2) Install MySQL</h3>
<p>WordPress requires a database manager. In Debian, we have MySQL which is one of the most popular and makes it a pretty good option for it.</p>
<p>To install it, run the following command:</p>
<pre>:~$ sudo apt install default-mysql-server</pre>
<p>Then, set a root password and secure the installation.</p>
<pre>:~$ sudo mysql_secure_installation</pre>
<p>Say &#8220;y&#8221; to all the questions.</p>
<p><figure id="attachment_12772" aria-describedby="caption-attachment-12772" style="width: 1188px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12772" src="https://www.osradar.com/wp-content/uploads/2019/07/3-3.jpeg" alt="3.- using the mysql_secure_installation script" width="1188" height="704" srcset="https://www.osradar.com/wp-content/uploads/2019/07/3-3.jpeg 1188w, https://www.osradar.com/wp-content/uploads/2019/07/3-3-300x178.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/07/3-3-768x455.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/07/3-3-1024x607.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/07/3-3-696x412.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/07/3-3-1068x633.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/07/3-3-709x420.jpeg 709w" sizes="(max-width: 1188px) 100vw, 1188px" /><figcaption id="caption-attachment-12772" class="wp-caption-text">3.- using the mysql_secure_installation script</figcaption></figure></p>
<p>After that, it is necessary to create a new database for WordPress. Also, create a new user too.</p>
<pre>:~$ sudo mysql -u root -p
&gt; CREATE DATABASE wordpress;
&gt; GRANT ALL PRIVILEGES on wordpress.* TO 'wordpress_user'@'localhost' IDENTIFIED BY 'wordpress_pss123';
&gt; FLUSH PRIVILEGES;
&gt; EXIT;</pre>
<p><figure id="attachment_12773" aria-describedby="caption-attachment-12773" style="width: 1003px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12773" src="https://www.osradar.com/wp-content/uploads/2019/07/4.jpeg" alt="4.- Crating the new database for WordPress" width="1003" height="381" srcset="https://www.osradar.com/wp-content/uploads/2019/07/4.jpeg 1003w, https://www.osradar.com/wp-content/uploads/2019/07/4-300x114.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/07/4-768x292.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/07/4-696x264.jpeg 696w" sizes="(max-width: 1003px) 100vw, 1003px" /><figcaption id="caption-attachment-12773" class="wp-caption-text">4.- Crating the new database for WordPress</figcaption></figure></p>
<p>Now, we can continue with the next steps.</p>
<h3>3) Install WordPress on Debian 10</h3>
<p>Now it is your turn to install WordPress. However, first, you have to download it. For that, I will use wget.</p>
<p>So, run the following command:</p>
<pre>:~$ cd /tmp/
:~$ wget -c https://wordpress.org/latest.tar.gz</pre>
<p><figure id="attachment_12774" aria-describedby="caption-attachment-12774" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12774" src="https://www.osradar.com/wp-content/uploads/2019/07/5.jpeg" alt="5.- Download and install Wodpress on Debian 10" width="1366" height="289" srcset="https://www.osradar.com/wp-content/uploads/2019/07/5.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/07/5-300x63.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/07/5-768x162.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/07/5-1024x217.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/07/5-696x147.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/07/5-1068x226.jpeg 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12774" class="wp-caption-text">5.- Download and install WordPress on Debian 10</figcaption></figure></p>
<p>Then, decompress it and move it to the <code>/var/www/html/</code> folder. Next, set the right permissions to the folder.</p>
<pre>:~$ tar -xvzf latest.tar.gz
:~$ sudo mv wordpress/ /var/www/html/
:~$ sudo chown -R www-data:www-data /var/www/html/wordpress/
:~$ sudo chmod 755 -R /var/www/html/wordpress/</pre>
<p><figure id="attachment_12775" aria-describedby="caption-attachment-12775" style="width: 825px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12775" src="https://www.osradar.com/wp-content/uploads/2019/07/6.jpeg" alt="6.- Installing WordPress on Debian 10" width="825" height="156" srcset="https://www.osradar.com/wp-content/uploads/2019/07/6.jpeg 825w, https://www.osradar.com/wp-content/uploads/2019/07/6-300x57.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/07/6-768x145.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/07/6-696x132.jpeg 696w" sizes="(max-width: 825px) 100vw, 825px" /><figcaption id="caption-attachment-12775" class="wp-caption-text">6.- Installing WordPress on Debian 10</figcaption></figure></p>
<p>Next, create a new Virtualhost for WordPress.</p>
<pre>:~$ sudo nano /etc/apache2/sites-available/wordpress.conf</pre>
<p>And add the following:</p>
<pre>&lt;VirtualHost *:80&gt;
     ServerAdmin admin@your_domain.com
      DocumentRoot /var/www/html/wordpress
     ServerName your-domain.com

     &lt;Directory /var/www/html/wordpress&gt;
          Options FollowSymlinks
          AllowOverride All
          Require all granted
     &lt;/Directory&gt;

     ErrorLog ${APACHE_LOG_DIR}/your-domain.com_error.log
     CustomLog ${APACHE_LOG_DIR}/your-domain.com_access.log combined

&lt;/VirtualHost&gt;</pre>
<p>Of course, replace  &#8220;your-domain&#8221; with yours. Save the changes and close the file.</p>
<p>Then you have to enable the new Virtualhost and also the Apache rewrite module. And for all this to work, then we&#8217;ll have to restart Apache.</p>
<pre>:~$ sudo ln -s /etc/apache2/sites-available/wordpress.conf /etc/apache2/sites-enabled/wordpress.conf
:~$ sudo a2enmod rewrite
:~$ sudo systemctl restart apache2</pre>
<p>Now complete the installation.</p>
<h3>4) Complete the installation using the web interface</h3>
<p>Now, you have to complete the installation using the web browser. Access to your server and you will see this. So, select the installation language.</p>
<p><figure id="attachment_12776" aria-describedby="caption-attachment-12776" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12776" src="https://www.osradar.com/wp-content/uploads/2019/07/7-4.png" alt="7.- Installation Language" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/07/7-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/07/7-4-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/7-4-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/7-4-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/7-4-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/7-4-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/07/7-4-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12776" class="wp-caption-text">7.- Installation Language</figcaption></figure></p>
<p>Next, you will see all the steps you have to complete to install WordPress on Debian 10.</p>
<p><figure id="attachment_12778" aria-describedby="caption-attachment-12778" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12778" src="https://www.osradar.com/wp-content/uploads/2019/07/8-3.png" alt="8.- WordPress installation" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/07/8-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/07/8-3-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/8-3-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/8-3-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/8-3-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/8-3-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/07/8-3-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12778" class="wp-caption-text">8.- WordPress installation</figcaption></figure></p>
<p>Then, set the parameters of the database.</p>
<p><figure id="attachment_12779" aria-describedby="caption-attachment-12779" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12779" src="https://www.osradar.com/wp-content/uploads/2019/07/9-2.png" alt="9.- Database parameters on the installation" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/07/9-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/07/9-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/9-2-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/9-2-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/9-2-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/9-2-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/07/9-2-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12779" class="wp-caption-text">9.- Database parameters on the installation</figcaption></figure></p>
<p>Next, if everything is OK, you will see this. So you can start with the installation.</p>
<p><figure id="attachment_12780" aria-describedby="caption-attachment-12780" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12780" src="https://www.osradar.com/wp-content/uploads/2019/07/10-2.png" alt="10.- Starting the installation" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/07/10-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/07/10-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/10-2-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/10-2-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/10-2-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/10-2-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/07/10-2-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12780" class="wp-caption-text">10.- Starting the installation</figcaption></figure></p>
<p>After that, you have to define the admin account and the site information.</p>
<p><figure id="attachment_29560" aria-describedby="caption-attachment-29560" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-29560 size-full" src="https://www.osradar.com/wp-content/uploads/2019/07/11-11asdas.png" alt="11.- Site information and admin account" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/07/11-11asdas.png 1366w, https://www.osradar.com/wp-content/uploads/2019/07/11-11asdas-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/11-11asdas-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/11-11asdas-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/11-11asdas-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/11-11asdas-1068x519.png 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-29560" class="wp-caption-text">11.- Site information and admin account</figcaption></figure></p>
<p>Next, log in.</p>
<p><figure id="attachment_29561" aria-describedby="caption-attachment-29561" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-29561 size-full" src="https://www.osradar.com/wp-content/uploads/2019/07/12as.png" alt="12.- WordPress login" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/07/12as.png 1366w, https://www.osradar.com/wp-content/uploads/2019/07/12as-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/12as-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/12as-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/12as-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/12as-1068x519.png 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-29561" class="wp-caption-text">12.- WordPress login</figcaption></figure></p>
<p>Finally, you will see the WordPress Dashboard.</p>
<p><figure id="attachment_12783" aria-describedby="caption-attachment-12783" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12783" src="https://www.osradar.com/wp-content/uploads/2019/07/13-2.png" alt="13.- WordPress Dashboard" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/07/13-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/07/13-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/13-2-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/13-2-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/13-2-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/13-2-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/07/13-2-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12783" class="wp-caption-text">13.- WordPress Dashboard</figcaption></figure></p>
<p>And that is it. You can start to work with WordPress and create your web site.</p>
<h2>Conclusion</h2>
<p>WordPress is a fairly popular CMS. Thanks to this application, you can create your website in a short time and without great knowledge of HTML. Also, in this post, you have seen that installing it is not too complicated for the great advantages it provides.</p>
<p>Please share this post with your friends and join <a href="http://t.me/osradar" rel="noopener noreferrer">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wordpress-debian-10/">How to install WordPress 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/install-wordpress-debian-10/feed/</wfw:commentRss>
			<slash:comments>18</slash:comments>
		
		
			</item>
		<item>
		<title>Install WonderCMS on Ubuntu 18.04</title>
		<link>https://www.osradar.com/install-wondercms-on-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/install-wondercms-on-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 21 Jun 2019 01:11:14 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[WonderCMS]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12455</guid>

					<description><![CDATA[<p>In the times we live in, there are many alternatives to solve a problem or need. In the case of computer science, we have many programs that help to solve a specific need. So, the internet and blogs take a large part of the current technological needs. Therefore, there are alternatives to create Blogs and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wondercms-on-ubuntu-18-04/">Install WonderCMS on Ubuntu 18.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In the times we live in, there are many alternatives to solve a problem or need. In the case of computer science, we have many programs that help to solve a specific need. So, the internet and blogs take a large part of the current technological needs. Therefore, there are alternatives to create Blogs and content websites. Some more complete as WordPress but others do not require so much. In this post, I will show you how to install WonderCMS in Ubuntu 18.04.</p>
<p><a href="https://www.wondercms.com/" target="_blank" rel="noopener noreferrer">WonderCMS</a> is an application that allows you to create and deploy blogs on our server. As its name indicates, it is a CSM. That is to say, it will also help to manage the content of the same one. It&#8217;s open source, it&#8217;s written in PHP and it&#8217;s quite light. It does not require a database manager such as <a href="https://www.osradar.com/tag/mysql/" target="_blank" rel="noopener noreferrer">MySQL</a> or <a href="https://www.osradar.com/tag/mariadb/" target="_blank" rel="noopener noreferrer">MariaDB</a>, this means that it consumes practically no resources.</p>
<p>So, let us start.</p>
<h2>Install WonderCMS</h2>
<h3>1.- Install Apache and PHP</h3>
<p>WonderCMS requires a functional web server. It is compatible with several of them, including Nginx and Apache. The latter is one of the most popular and will be the one you install for this post.</p>
<p>Open a terminal or connect to your web server and run:</p>
<pre>:~$ sudo apt install apache2</pre>
<p>Then, install PHP. WonderCMS requires PHP 7.1, but Ubuntu in its repositories has version 7.2. So there will not be any problems with it.</p>
<pre>:~$ sudo apt install php7.2 php7.2-cli libapache2-mod-php php7.2-common php7.2-curl php7.2-zip php7.2-mbstring</pre>
<p>Then, test PHP. Create a new file on <code>/var/www/html/</code> called <code>test.php</code> and add the following:</p>
<pre>:~$ sudo nano /var/www/html/test.php
&lt;?php
phpinfo();
?&gt;</pre>
<p><figure id="attachment_12456" aria-describedby="caption-attachment-12456" style="width: 810px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12456" src="https://www.osradar.com/wp-content/uploads/2019/06/1-11.png" alt="1.- PHPinfo " width="810" height="150" srcset="https://www.osradar.com/wp-content/uploads/2019/06/1-11.png 810w, https://www.osradar.com/wp-content/uploads/2019/06/1-11-300x56.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/1-11-768x142.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/1-11-696x129.png 696w" sizes="(max-width: 810px) 100vw, 810px" /><figcaption id="caption-attachment-12456" class="wp-caption-text">1.- PHPinfo</figcaption></figure></p>
<p>Press CTRL + O to save the changes and CTRL + X to exit.</p>
<p>Now, open the file using the web browser. <code>http://your-server/test.php</code>.</p>
<p><figure id="attachment_12457" aria-describedby="caption-attachment-12457" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12457" src="https://www.osradar.com/wp-content/uploads/2019/06/2-9.png" alt="2.- Apache and PHP are correctly installed" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/2-9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/2-9-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/2-9-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/2-9-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/2-9-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/2-9-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/2-9-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/2-9-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12457" class="wp-caption-text">2.- Apache and PHP are correctly installed</figcaption></figure></p>
<p>So, Apache and PHP are working properly.</p>
<h3>2.- Install WonderCMS</h3>
<p>Now it&#8217;s time to download and install WonderCMS. First, you need to install some necessary packages:</p>
<pre>:~$ sudo apt install wget unzip curl git</pre>
<p>After that, download WonderCMS.</p>
<pre>:~$ wget -c https://github.com/robiso/wondercms/releases/download/2.7.0/WonderCMS-2.7.0.zip</pre>
<p><figure id="attachment_12458" aria-describedby="caption-attachment-12458" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12458" src="https://www.osradar.com/wp-content/uploads/2019/06/3-7.png" alt="3.- Donwload and install WonderCMS" width="1365" height="462" srcset="https://www.osradar.com/wp-content/uploads/2019/06/3-7.png 1365w, https://www.osradar.com/wp-content/uploads/2019/06/3-7-300x102.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/3-7-768x260.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/3-7-1024x347.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/3-7-696x236.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/3-7-1068x361.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/3-7-1241x420.png 1241w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12458" class="wp-caption-text">3.- Donwload and install WonderCMS</figcaption></figure></p>
<p>Then, decompress it on <code>/var/www/html/</code>.</p>
<pre>:~$ sudo unzip WonderCMS-2.7.0.zip -d /var/www/html/</pre>
<p>After that, change the folder owner to www-data.</p>
<pre>:~$ sudo chown -R www-data:www-data /var/www/html/wondercms/</pre>
<p>Finally, create a new virtualhost for WonderCMS. To do it, create a new file and add the following.</p>
<p><figure id="attachment_12459" aria-describedby="caption-attachment-12459" style="width: 802px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12459" src="https://www.osradar.com/wp-content/uploads/2019/06/4-5.png" alt="4.- Installing WonderCMS on Ubuntu 18.04" width="802" height="265" srcset="https://www.osradar.com/wp-content/uploads/2019/06/4-5.png 802w, https://www.osradar.com/wp-content/uploads/2019/06/4-5-300x99.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/4-5-768x254.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/4-5-696x230.png 696w" sizes="(max-width: 802px) 100vw, 802px" /><figcaption id="caption-attachment-12459" class="wp-caption-text">4.- Installing WonderCMS on Ubuntu 18.04</figcaption></figure></p>
<pre>:~$ sudo nano /etc/apache2/sites-available/wonder.conf</pre>
<pre>&lt;VirtualHost *:80&gt;
     ServerAdmin admin@your_domain.com
      DocumentRoot /var/www/html/wondercms
     ServerName your-domain.com

     &lt;Directory /var/www/html/wondercms&gt;
          Options FollowSymlinks
          AllowOverride All
          Require all granted
     &lt;/Directory&gt;

     ErrorLog ${APACHE_LOG_DIR}/your-domain.com_error.log
     CustomLog ${APACHE_LOG_DIR}/your-domain.com_access.log combined

&lt;/VirtualHost&gt;</pre>
<p><figure id="attachment_12460" aria-describedby="caption-attachment-12460" style="width: 873px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12460" src="https://www.osradar.com/wp-content/uploads/2019/06/5-3.png" alt="5.- Creating a new virtual host for WonderCMS" width="873" height="327" srcset="https://www.osradar.com/wp-content/uploads/2019/06/5-3.png 873w, https://www.osradar.com/wp-content/uploads/2019/06/5-3-300x112.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/5-3-768x288.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/5-3-696x261.png 696w" sizes="(max-width: 873px) 100vw, 873px" /><figcaption id="caption-attachment-12460" class="wp-caption-text">5.- Creating a new virtual host for WonderCMS</figcaption></figure></p>
<p><em><strong>NOTE: you have to replace your-domain with yours. Do not forget to do it.</strong></em></p>
<p>Save the changes and close the file.</p>
<p>Next, enable the new virtualhost, the rewrite module and restart apache.</p>
<pre>:~$ sudo ln -s /etc/apache2/sites-available/wonder.conf /etc/apache2/sites-enabled/your-domain.conf
:~$ sudo a2enmod rewrite
:~$ sudo systemctl restart apache2</pre>
<p><figure id="attachment_12461" aria-describedby="caption-attachment-12461" style="width: 934px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12461" src="https://www.osradar.com/wp-content/uploads/2019/06/6-3.png" alt="6.- Enabling the new virtualhost" width="934" height="206" srcset="https://www.osradar.com/wp-content/uploads/2019/06/6-3.png 934w, https://www.osradar.com/wp-content/uploads/2019/06/6-3-300x66.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/6-3-768x169.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/6-3-696x154.png 696w" sizes="(max-width: 934px) 100vw, 934px" /><figcaption id="caption-attachment-12461" class="wp-caption-text">6.- Enabling the new virtualhost</figcaption></figure></p>
<p>Now, complete the installation using the web browser.</p>
<h3>Complete the installation using the web browser</h3>
<p>Open your web browser and go to your domain to complete the installation. You should see the following:</p>
<p><figure id="attachment_12462" aria-describedby="caption-attachment-12462" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12462" src="https://www.osradar.com/wp-content/uploads/2019/06/7-2.png" alt="7.- WonderCMS working" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/7-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/7-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/7-2-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/7-2-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/7-2-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/7-2-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/7-2-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/7-2-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12462" class="wp-caption-text">7.- WonderCMS working</figcaption></figure></p>
<p>Right there, you will see the temporary password and a login link.</p>
<p><figure id="attachment_12463" aria-describedby="caption-attachment-12463" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12463" src="https://www.osradar.com/wp-content/uploads/2019/06/8-2.png" alt="8.- Log in into WonderCMS" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/8-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/8-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/8-2-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/8-2-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/8-2-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/8-2-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/8-2-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/8-2-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12463" class="wp-caption-text">8.- Log in into WonderCMS</figcaption></figure></p>
<p>Now, you can start to build your site.</p>
<p><figure id="attachment_12464" aria-describedby="caption-attachment-12464" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12464" src="https://www.osradar.com/wp-content/uploads/2019/06/9-1.png" alt="9.- WonderCMS on Ubuntu 18.04" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/9-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/9-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/9-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/9-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/9-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/9-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/9-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/9-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12464" class="wp-caption-text">9.- WonderCMS on Ubuntu 18.04</figcaption></figure></p>
<h2>Conclusion</h2>
<p>In conclusion, we can say that WonderCMS is a very reliable alternative for personal projects. It is true that there are more complete alternatives but also focused on other needs.</p>
<p>Please share this post with your friends. And leave us a comment.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wondercms-on-ubuntu-18-04/">Install WonderCMS on Ubuntu 18.04</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/install-wondercms-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Boltwire CMS on Debian 9?</title>
		<link>https://www.osradar.com/how-to-install-boltwire-cms-on-debian-9/</link>
					<comments>https://www.osradar.com/how-to-install-boltwire-cms-on-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 12 Jun 2019 00:03:52 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Stretch]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12348</guid>

					<description><![CDATA[<p>Practically everyone has a blog to share information. From students to teachers to any user, they like the idea of having a blog. Of course, if we are talking about companies or large information sites, this becomes mandatory. And for that, there are great alternatives like WordPress or Magento. Each one with its advantages and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-boltwire-cms-on-debian-9/">How to install Boltwire CMS on Debian 9?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Practically everyone has a blog to share information. From students to teachers to any user, they like the idea of having a blog. Of course, if we are talking about companies or large information sites, this becomes mandatory. And for that, there are great alternatives like WordPress or Magento. Each one with its advantages and disadvantages. However, they are very complete options and do not always require all your options. Today, in this post, I will show you how to install Boltwire CMS in <a href="https://www.osaradar.com/tag/debian/" rel="noopener noreferrer">Debian</a> 9. A powerful and simple CMS ideal for small projects.</p>
<h2>Boltwire CMS</h2>
<p>Many blogs and all with different needs. That&#8217;s why different CMS is required.</p>
<p><a href="https://www.boltwire.com/" rel="noopener noreferrer">Boltwire</a> is a CMS (Content Manager System) that allows you to create blogs quickly and easily. Its main features focus on flexibility and speed. So much so that it does not require a database manager but the same program is responsible for managing the data.</p>
<p>On the other hand, Boltwire stands out for being completely free for our server or VPS. This makes it a solid alternative for personal or even educational projects. Also if our company is starting and we want something basic to start.</p>
<p>Although it is free, it has support for Plugins that extend the functionality of the application. In this way, you will have a robust CMS, free and with extra functions to perform the tasks entrusted.</p>
<p>So, let us start.</p>
<h2>Install Boltwire CMS on Debian 9</h2>
<h3>1) Install Apache Web server</h3>
<p>First, we need to install <a href="https://www.osradar.com/tag/apache/" rel="noopener noreferrer">the Apache</a> web server. Apache is one of the most used web servers in the world. It is incredibly flexible and above all secure.</p>
<p>To do this, first, log in to your server and then run this command</p>
<pre>:~$ su
:~# apt install apache</pre>
<p><figure id="attachment_12381" aria-describedby="caption-attachment-12381" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12381" src="https://www.osradar.com/wp-content/uploads/2019/06/1-5.png" alt="1.- Install Apache" width="1365" height="347" srcset="https://www.osradar.com/wp-content/uploads/2019/06/1-5.png 1365w, https://www.osradar.com/wp-content/uploads/2019/06/1-5-300x76.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/1-5-768x195.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/1-5-1024x260.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/1-5-696x177.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/1-5-1068x271.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12381" class="wp-caption-text">1.- Install Apache</figcaption></figure></p>
<p>Once you have finished installing. Let&#8217;s check that it&#8217;s working. Open your web browser and go to your server http://your-server. You should see this.</p>
<p><figure id="attachment_12382" aria-describedby="caption-attachment-12382" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12382" src="https://www.osradar.com/wp-content/uploads/2019/06/2-4.png" alt="2.- Apache default page" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/2-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/2-4-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/2-4-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/2-4-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/2-4-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/2-4-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/2-4-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/2-4-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12382" class="wp-caption-text">2.- Apache default page</figcaption></figure></p>
<p>So, Apache is running.</p>
<h3>2) Install PHP 7.2</h3>
<p>Debian is a robust system but some of its packages are not updated. For example, the case of PHP. The version in the repositories is 7.0 but it is recommended to use at least <a href="https://www.osradar.com/how-to-install-php-7-2-on-debian-9-stretch/" rel="noopener noreferrer">7.2</a> for Boltwire.</p>
<p>So, let us do it. First, install some required packages.</p>
<pre>:~# apt-get install software-properties-common unzip</pre>
<p>Then, read our post about PHP 7.2 on Debian 9 to complete the process.</p>
<p><a href="https://www.osradar.com/how-to-install-php-7-2-on-debian-9-stretch/">How to install PHP 7.2 on Debian 9?</a></p>
<p>Remember to include these PHP modules:</p>
<pre>php7.2-mbstring php7.2-xmlrpc php7.2-gd php7.2-xml php7.2-cli php7.2-tidy php7.2-intl php7.2-curl php7.2-zip</pre>
<p>Then, you need to change the PHP configuration in order to get better performance.</p>
<pre>:~#  nano /etc/php/7.2/apache2/php.ini</pre>
<p>And change the following:</p>
<pre>file_uploads = On
allow_url_fopen = On
memory_limit = 256M
upload_max_filesize = 200M
max_execution_time = 360
date.timezone = Your-TIMEZONE</pre>
<p>Press CTRL + O to save the changes and CTRL + X to exit.</p>
<p>Next, create a PHP file on /var/www/html/ to test it.</p>
<pre>:~# nano /var/www/html/test.php
&lt;?php
phpinfo();
?&gt;</pre>
<p>Restart Apache:</p>
<pre>:~# systemctl restart apache2</pre>
<p>Then, open it using the web browser. http://your-server/test.php. You will see this.</p>
<p><figure id="attachment_12383" aria-describedby="caption-attachment-12383" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12383" src="https://www.osradar.com/wp-content/uploads/2019/06/3-3.png" alt="3.- PHP file info" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/3-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/3-3-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/3-3-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/3-3-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/3-3-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/3-3-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/3-3-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/3-3-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12383" class="wp-caption-text">3.- PHP file info</figcaption></figure></p>
<p>So, PHP is working.</p>
<h3>3) Install Boltwire CMS on Debian 9</h3>
<p>Boltwire CMS is very easy to install. To do this, we must first download it. In the terminal, write the following:</p>
<pre>:~# cd /tmp/
:~# wget https://www.boltwire.com/files/6/boltwire6.02.zip
:~# unzip boltwire6.02.zip</pre>
<p><figure id="attachment_12384" aria-describedby="caption-attachment-12384" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12384" src="https://www.osradar.com/wp-content/uploads/2019/06/4-2.png" alt="4.- Decompress the file" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/06/4-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/4-2-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/4-2-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/4-2-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/4-2-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/4-2-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/4-2-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12384" class="wp-caption-text">4.- Decompress the file</figcaption></figure></p>
<p>Next, move the file to the Apache web root and change the permissions.</p>
<pre>:~# mv boltwire /var/www/html/
:~# chown -R www-data:www-data /var/www/html/boltwire/
:~# chmod -R 755 /var/www/html/boltwire/</pre>
<p>After this, it is necessary to create a new virtual host for Boltwire so that it can run perfectly:</p>
<pre>:~# nano /etc/apache2/sites-available/boltwire.conf</pre>
<p>And add the following:</p>
<pre>&lt;VirtualHost *:80&gt;
     ServerAdmin admin@your_domain.com
      DocumentRoot /var/www/html/boltwire
     ServerName your-domain.com

     &lt;Directory /var/www/html/boltwire&gt;
          Options FollowSymlinks
          AllowOverride All
          Require all granted
     &lt;/Directory&gt;

     ErrorLog ${APACHE_LOG_DIR}/your-domain.com_error.log
     CustomLog ${APACHE_LOG_DIR}/your-domain.com_access.log combined

&lt;/VirtualHost&gt;</pre>
<p>Obviously, replace your-domain with yours. Save the changes and close the file.</p>
<p><figure id="attachment_12386" aria-describedby="caption-attachment-12386" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-12386 size-full" src="https://www.osradar.com/wp-content/uploads/2019/06/5-5555.png" alt="5.- Creating the new virtual host" width="1365" height="324" srcset="https://www.osradar.com/wp-content/uploads/2019/06/5-5555.png 1365w, https://www.osradar.com/wp-content/uploads/2019/06/5-5555-300x71.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/5-5555-768x182.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/5-5555-1024x243.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/5-5555-696x165.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/5-5555-1068x254.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12386" class="wp-caption-text">5.- Creating the new virtual host</figcaption></figure></p>
<p>Enable the new virtual host and the rewrite module with the following command:</p>
<pre>:~# ln -s /etc/apache2/sites-available/boltwire.conf /etc/apache2/sites-enabled/your-domain.conf
:~# a2enmod rewrite
:~# systemctl restart apache2</pre>
<p>In my case the virtual domain is osradar.test. Remember to make the necessary changes.</p>
<p>Now we will have to complete the installation from the web.</p>
<h2>Complete the installation using the web browser</h2>
<p>Now, open your web browser and go to your server to complete the installation. You will see the following.</p>
<p><figure id="attachment_12387" aria-describedby="caption-attachment-12387" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12387" src="https://www.osradar.com/wp-content/uploads/2019/06/6-1.png" alt="6.- Install Boltwire CMS on Debian 9" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/6-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/6-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/6-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/6-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/6-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/6-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/6-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/6-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12387" class="wp-caption-text">6.- Install Boltwire CMS on Debian 9</figcaption></figure></p>
<p>After creating the password, you will be asked by the password newly created and the id site.</p>
<p><figure id="attachment_12388" aria-describedby="caption-attachment-12388" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12388" src="https://www.osradar.com/wp-content/uploads/2019/06/7.png" alt="7.- Boltwire Setup" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/7.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/7-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/7-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/7-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/7-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/7-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/7-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/7-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12388" class="wp-caption-text">7.- Boltwire Setup</figcaption></figure></p>
<p>Next, you can start to create.</p>
<p><figure id="attachment_12389" aria-describedby="caption-attachment-12389" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12389" src="https://www.osradar.com/wp-content/uploads/2019/06/8.png" alt="8.- Boltwire CMS on Debian 9" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/06/8.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/8-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/8-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/8-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/8-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/8-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/8-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/8-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12389" class="wp-caption-text">8.- Boltwire CMS on Debian 9</figcaption></figure></p>
<h2>Conclusion</h2>
<p>Boltwire CMS is a good alternative for our personal blog. It is fast, easy to install and free. So this is a good opportunity to keep moving forward on our projects.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-boltwire-cms-on-debian-9/">How to install Boltwire CMS on Debian 9?</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-boltwire-cms-on-debian-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Dotclear on Ubuntu 18.04?</title>
		<link>https://www.osradar.com/how-to-install-dotclear-on-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/how-to-install-dotclear-on-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 23 Apr 2019 04:00:24 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[Dotclear]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web site]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11883</guid>

					<description><![CDATA[<p>There are a lot of tools to create and manage websites today. Websites very different from each other can be easily managed and created thanks to CMS. Of this great group of tools, WordPress stands out for its ease and popularity. However, there are many other alternatives, able to face it. Each of them, dedicated [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-dotclear-on-ubuntu-18-04/">How to install Dotclear on Ubuntu 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There are a lot of tools to create and manage websites today. Websites very different from each other can be easily managed and created thanks to CMS. Of this great group of tools, WordPress stands out for its ease and popularity. However, there are many other alternatives, able to face it. Each of them, dedicated to a specific sector, but all with a common goal, provide everything you need to host a dynamic website without too much effort. So, in this post, I will show you how to install Dotclear on Ubuntu 18.04.</p>
<p><a href="https://dotclear.org">Dotclear</a> is an open-source web publishing software published in 2003 by Olivier Meunier. The project&#8217;s purpose is to provide a user-friendly tool allowing anyone to publish on the web, regardless of their technical skills. Dotclear possesses a rich functionality that makes it a high-quality publishing tool, equaling and even outperforming other similar tools in some aspects. For example:</p>
<ul>
<li>Easy publication.</li>
<li>Fully customizable theme.</li>
<li>User-friendly administration.</li>
<li>Media management.</li>
<li>Naturally optimized for search engine.</li>
<li>Complete trackback support.</li>
</ul>
<p>As you can see, there are many features that make it a serious alternative to our website.</p>
<p>So, let us start.</p>
<h2>Getting Dotclear on Ubuntu</h2>
<h3>1) Install LAMP</h3>
<p>The first step is to have a functional LAMP server. Because Dotclear is a web application that requires a database manager.</p>
<p>So you can read our post about <a href="https://www.osradar.com/how-to-install-lamp-on-ubuntu-18-04-lts/" rel="noopener">how to install LAMP on Ubuntu 18.04.</a></p>
<p>I will just point out that it&#8217;s necessary to install some extra PHP modules. They are:</p>
<pre>libapache2-mod-php7.2 php7.2-common php7.2-mysql php7.2-gmp php7.2-curl php7.2-intl php7.2-mbstring php7.2-xmlrpc php7.2-gd php7.2-xml php7.2-cli php7.2-zip</pre>
<p>To install them, just type:</p>
<pre>:~$ sudo apt install libapache2-mod-php7.2 php7.2-common php7.2-mysql php7.2-gmp php7.2-curl php7.2-intl php7.2-mbstring php7.2-xmlrpc php7.2-gd php7.2-xml php7.2-cli php7.2-zip</pre>
<h3>2) Configure PHP</h3>
<p>In order for Dotclear to work without any problems, it is necessary to modify some parameters of the PHP configuration. So you have to edit the configuration file:</p>
<pre>:~$ sudo nano /etc/php/7.2/apache2/php.ini</pre>
<p>Now, edit the following parameters.</p>
<pre>file_uploads = On
allow_url_fopen = On
short_open_tag = On
memory_limit = 256M
upload_max_filesize = 200M
max_execution_time = 360</pre>
<p>I&#8217;ll give you a little trick, use in nano the key combination CTRL + W to find the exact term and not waste time.</p>
<p>Next, restart Apache.</p>
<pre>:~$ sudo systemctl restart apache2</pre>
<h3>3) Creating the database for Dotclear</h3>
<p>Once we have all the components installed, it&#8217;s time to create the database dedicated to Dotclear.</p>
<p>So run the following command:</p>
<pre>:~$ sudo mysql -u root -p
CREATE DATABASE dotclear;
GRANT ALL PRIVILEGES ON dotclear.* TO 'dotclearuser'@'localhost' IDENTIFIED BY 'dotpss';
FLUSH PRIVILEGES;
exit;</pre>
<p><figure id="attachment_11884" aria-describedby="caption-attachment-11884" style="width: 904px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11884" src="https://www.osradar.com/wp-content/uploads/2019/04/1-11.png" alt="1.- Creating the database for Dotclear" width="904" height="421" srcset="https://www.osradar.com/wp-content/uploads/2019/04/1-11.png 904w, https://www.osradar.com/wp-content/uploads/2019/04/1-11-300x140.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/1-11-768x358.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/1-11-696x324.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/1-11-902x420.png 902w" sizes="(max-width: 904px) 100vw, 904px" /><figcaption id="caption-attachment-11884" class="wp-caption-text">1.- Creating the database for Dotclear</figcaption></figure></p>
<h3>4) Install Dotclear on Ubuntu 18.04</h3>
<p>Now you have to download Dotclear to install it. To do this, run the following commands:</p>
<pre>:~$ cd /tmp/
:~$ wget http://download.dotclear.org/latest.tar.gz</pre>
<p><figure id="attachment_11885" aria-describedby="caption-attachment-11885" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11885" src="https://www.osradar.com/wp-content/uploads/2019/04/2-10.png" alt="2.- Download Dotclear on Ubuntu 18.04" width="1365" height="387" srcset="https://www.osradar.com/wp-content/uploads/2019/04/2-10.png 1365w, https://www.osradar.com/wp-content/uploads/2019/04/2-10-300x85.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/2-10-768x218.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/2-10-1024x290.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/2-10-696x197.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/2-10-1068x303.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11885" class="wp-caption-text">2.- Download Dotclear on Ubuntu 18.04</figcaption></figure></p>
<p>Next, decompress it and move it to the Apache root folder.</p>
<pre>:~$ tar xvf latest.tar.gz
:~$ sudo mv dotclear /var/www/html/dotclear</pre>
<p>After that, it is necessary to set the proper permissions to the folder.</p>
<pre>:~$ sudo chown -R www-data:www-data /var/www/html/dotclear/
:~$ sudo chmod -R 755 /var/www/html/dotclear/</pre>
<p><figure id="attachment_11886" aria-describedby="caption-attachment-11886" style="width: 936px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11886" src="https://www.osradar.com/wp-content/uploads/2019/04/3-10.png" alt="3.- Set the permission to the folder" width="936" height="115" srcset="https://www.osradar.com/wp-content/uploads/2019/04/3-10.png 936w, https://www.osradar.com/wp-content/uploads/2019/04/3-10-300x37.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/3-10-768x94.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/3-10-696x86.png 696w" sizes="(max-width: 936px) 100vw, 936px" /><figcaption id="caption-attachment-11886" class="wp-caption-text">3.- Set the permission to the folder</figcaption></figure></p>
<p>Now you have to make a <a href="https://www.osradar.com/how-to-configure-an-apache-virtual-host-on-debian-9/" rel="noopener">virtual host</a> for Dotclear run correctly.</p>
<pre>:~$ sudo nano /etc/apache2/sites-available/dotclear.conf</pre>
<p>And add the following:</p>
<pre>&lt;VirtualHost *:80&gt;
     ServerAdmin admin@your-server.com
     DocumentRoot /var/www/html/dotclear
     ServerName your-server.com
     ServerAlias www.your-server.com

     &lt;Directory /var/www/html/dotclear/&gt;
          Options FollowSymlinks
          AllowOverride All
          Require all granted
     &lt;/Directory&gt;

     ErrorLog ${APACHE_LOG_DIR}/error.log
     CustomLog ${APACHE_LOG_DIR}/access.log combined
&lt;/VirtualHost&gt;</pre>
<p><figure id="attachment_11887" aria-describedby="caption-attachment-11887" style="width: 884px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11887" src="https://www.osradar.com/wp-content/uploads/2019/04/4-7.png" alt="4.- Create a new virtualhost for Dotclear" width="884" height="382" srcset="https://www.osradar.com/wp-content/uploads/2019/04/4-7.png 884w, https://www.osradar.com/wp-content/uploads/2019/04/4-7-300x130.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/4-7-768x332.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/4-7-696x301.png 696w" sizes="(max-width: 884px) 100vw, 884px" /><figcaption id="caption-attachment-11887" class="wp-caption-text">4.- Create a new virtual host for Dotclear</figcaption></figure></p>
<p>Save the changes and close the file.</p>
<p>Next, enable the new virtual host and the rewrite module. After that, restart Apache.</p>
<pre>:~$ sudo a2ensite dotclear.conf
:~$ sudo a2enmod rewrite
:~$ sudo systemctl restart apache2</pre>
<p><figure id="attachment_11888" aria-describedby="caption-attachment-11888" style="width: 817px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11888" src="https://www.osradar.com/wp-content/uploads/2019/04/5-5.png" alt="5.- Restarting Apache" width="817" height="248" srcset="https://www.osradar.com/wp-content/uploads/2019/04/5-5.png 817w, https://www.osradar.com/wp-content/uploads/2019/04/5-5-300x91.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/5-5-768x233.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/5-5-696x211.png 696w" sizes="(max-width: 817px) 100vw, 817px" /><figcaption id="caption-attachment-11888" class="wp-caption-text">5.- Restarting Apache</figcaption></figure></p>
<h3>5) Complete the installation</h3>
<p>Finally, open the web browser and go to the server to run Dotclear. You will see the following:</p>
<p><figure id="attachment_11889" aria-describedby="caption-attachment-11889" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11889" src="https://www.osradar.com/wp-content/uploads/2019/04/6-4.png" alt="6.- Install Dotclear on Ubuntu 18.04" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2019/04/6-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/04/6-4-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/6-4-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/6-4-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/6-4-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/6-4-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/6-4-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11889" class="wp-caption-text">6.- Install Dotclear on Ubuntu 18.04</figcaption></figure></p>
<p>Then, type your MariaDB credentials and press Continue.</p>
<p><figure id="attachment_11890" aria-describedby="caption-attachment-11890" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11890" src="https://www.osradar.com/wp-content/uploads/2019/04/7-4.png" alt="7.- Type the MariaDB credentials" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2019/04/7-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/04/7-4-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/7-4-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/7-4-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/7-4-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/7-4-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/7-4-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11890" class="wp-caption-text">7.- Type the MariaDB credentials</figcaption></figure></p>
<p>Now, create the admin account.</p>
<p><figure id="attachment_11891" aria-describedby="caption-attachment-11891" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11891" src="https://www.osradar.com/wp-content/uploads/2019/04/8-2.png" alt="8.- Create the admin account" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2019/04/8-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/04/8-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/8-2-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/8-2-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/8-2-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/8-2-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/8-2-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11891" class="wp-caption-text">8.- Create the admin account</figcaption></figure></p>
<p>If everything went right, you&#8217;ll see the following message.</p>
<p><figure id="attachment_11892" aria-describedby="caption-attachment-11892" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11892" src="https://www.osradar.com/wp-content/uploads/2019/04/9-1.png" alt="9.- All done" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2019/04/9-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/04/9-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/9-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/9-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/9-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/9-1-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/9-1-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11892" class="wp-caption-text">9.- All done</figcaption></figure></p>
<p>Now, you will see the admin panel.</p>
<p><figure id="attachment_11893" aria-describedby="caption-attachment-11893" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11893" src="https://www.osradar.com/wp-content/uploads/2019/04/10-1.png" alt="10.- Admin panel" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2019/04/10-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/04/10-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/10-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/10-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/10-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/10-1-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/10-1-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11893" class="wp-caption-text">10.- Admin panel</figcaption></figure></p>
<p>And that&#8217;s it.</p>
<h2>Conclusion</h2>
<p>As you can see, the installation of Dotclear is not complicated, but it opens a new possibility to manage our blog or website. So, this is a very competitive alternative in a market dominated by WordPress.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-dotclear-on-ubuntu-18-04/">How to install Dotclear on Ubuntu 18.04?</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-dotclear-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Kirby CMS on Ubuntu 18.04</title>
		<link>https://www.osradar.com/install-kirby-cms-on-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/install-kirby-cms-on-ubuntu-18-04/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 26 Jan 2019 05:00:20 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[kirby]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=9786</guid>

					<description><![CDATA[<p>There are quite a lot of blogs and information sites. Yes, it is true, WordPress dominates this sector but more and more CMS are appearing to provide alternatives and that is positive for us users. Even for the sysadmin who need at some point one of them. Today, I&#8217;ll show you how to install Kirby [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-kirby-cms-on-ubuntu-18-04/">How to install Kirby CMS on Ubuntu 18.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>There are quite a lot of blogs and information sites. Yes, it is true, WordPress dominates this sector but more and more CMS are appearing to provide alternatives and that is positive for us users. Even for the sysadmin who need at some point one of them. Today, I&#8217;ll show you how to install Kirby <a href="https://www.osradar.com/tag/cms/" target="_blank" rel="noreferrer noopener" aria-label="CMS (opens in a new tab)">CMS</a> on Ubuntu 18.04 and Linux Min 19. Let&#8217;s see.</p>



<p><a rel="noreferrer noopener" aria-label="Kirby (opens in a new tab)" href="https://getkirby.com/" target="_blank">Kirby</a> is a CMS(Content Manager System) that is presented to us with the great novelty of not requiring a <a href="http://osradar.com/tag/databases" target="_blank" rel="noreferrer noopener" aria-label="database (opens in a new tab)">database</a> manager like <a rel="noreferrer noopener" aria-label="MariaDB (opens in a new tab)" href="https://www.osradar.com/reset-the-mysql-mariadb-root-password/" target="_blank">MariaDB</a>. This is because vital information is stored in documents. All this without losing performance and flexibility.</p>



<p>On the other hand, Kirby offers the possibility to install <a rel="noreferrer noopener" aria-label="plugins (opens in a new tab)" href="https://github.com/texnixe/kirby-plugins" target="_blank">plugins</a>, to modify the appearance of the site in a very friendly way and the promise to adapt to your project in a way never seen before. Sounds good, so let&#8217;s install Kirby CMS on <a rel="noreferrer noopener" aria-label="Ubuntu (opens in a new tab)" href="https://osradar.com/tag/ubuntu" target="_blank">Ubuntu</a> 18.04 and Linux Mint 19.</p>



<h2>1. Upgrade the system</h2>



<p>The first step is to update the system. To do this, open a terminal and run.</p>



<pre class="wp-block-preformatted">:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>



<figure class="wp-block-image"><img loading="lazy" width="842" height="481" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/1-1.jpeg" alt="Upgrade the system" class="wp-image-9787" srcset="https://www.osradar.com/wp-content/uploads/2019/01/1-1.jpeg 842w, https://www.osradar.com/wp-content/uploads/2019/01/1-1-300x171.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/01/1-1-768x439.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/01/1-1-696x398.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/01/1-1-735x420.jpeg 735w" sizes="(max-width: 842px) 100vw, 842px" /><figcaption>Upgrade the system</figcaption></figure>



<p>With this you will have an updated system and ready to perform various installations. </p>



<p>It is important to perform this process to have installed the latest security patches and thus the system remains robust and stable.</p>



<h2>2. Install Apache web server</h2>



<p>As a CMS, you have to install a web server. There are several such as <a rel="noreferrer noopener" aria-label="NGinx (opens in a new tab)" href="https://www.osradar.com/install-nginx-from-the-source-code-ubuntu-18-04/" target="_blank">NGinx</a> and <a rel="noreferrer noopener" aria-label="lighttpd (opens in a new tab)" href="https://www.osradar.com/how-to-install-lighttpd-web-server-on-ubuntu-18-04/" target="_blank">lighttpd</a>, however, I will use the Apache web server to perform this installation.</p>



<pre class="wp-block-preformatted">:~$ sudo apt install apache2</pre>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" width="1020" height="325" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/2-1.jpeg" alt="Installing Apache web server" class="wp-image-9788" srcset="https://www.osradar.com/wp-content/uploads/2019/01/2-1.jpeg 1020w, https://www.osradar.com/wp-content/uploads/2019/01/2-1-300x96.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/01/2-1-768x245.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/01/2-1-696x222.jpeg 696w" sizes="(max-width: 1020px) 100vw, 1020px" /><figcaption>Installing Apache web server</figcaption></figure></div>



<p>Now, you need to enable Apache to boot into the system. To do this, type the following command.</p>



<pre class="wp-block-preformatted">:~$ sudo systemctl enable apache2</pre>



<p>Next, check the service status.</p>



<pre class="wp-block-preformatted">:~$ sudo systemctl status apache2</pre>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" width="1353" height="458" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/3-2.jpeg" alt="Enabling Apache service" class="wp-image-9789" srcset="https://www.osradar.com/wp-content/uploads/2019/01/3-2.jpeg 1353w, https://www.osradar.com/wp-content/uploads/2019/01/3-2-300x102.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/01/3-2-768x260.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/01/3-2-1024x347.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/01/3-2-696x236.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/01/3-2-1068x362.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/01/3-2-1241x420.jpeg 1241w" sizes="(max-width: 1353px) 100vw, 1353px" /><figcaption>Enabling Apache service</figcaption></figure></div>



<p>As you can see Apache is working correctly, however, to be even more secure open your web browser and go <g class="gr_ gr_3 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" id="3" data-gr-id="3">to </g><code>http://YOUR_SERVER_IP</code><g class="gr_ gr_3 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="3" data-gr-id="3"> you</g> will have to see this.</p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="507" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/4-20-1024x507.png" alt="Apcahe is working" class="wp-image-9790" srcset="https://www.osradar.com/wp-content/uploads/2019/01/4-20-1024x507.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/4-20-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/4-20-768x380.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/4-20-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/4-20-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/01/4-20-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/4-20-849x420.png 849w, https://www.osradar.com/wp-content/uploads/2019/01/4-20.png 1350w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Apache is working</figcaption></figure>



<p>Now, you can continue.</p>



<h2>3. Install PHP</h2>



<p>Kirby CMS is programmed in PHP. Therefore, it is necessary to install this programming language. It&#8217;s simple, so let&#8217;s get to it.</p>



<pre class="wp-block-preformatted">:~$ sudo apt install php7.2 libapache2-mod-php7.2 php7.2-common php7.2-mbstring php7.2-xmlrpc php7.2-sqlite3 php7.2-soap php7.2-gd php7.2-xml php7.2-cli php7.2-curl php7.2-zip</pre>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="280" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/5-1024x280.jpeg" alt="Installing PHP" class="wp-image-9791" srcset="https://www.osradar.com/wp-content/uploads/2019/01/5-1024x280.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/01/5-300x82.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/01/5-768x210.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/01/5-696x190.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/01/5-1068x292.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/01/5.jpeg 1352w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Installing PHP</figcaption></figure>



<p>After the installation, you need to configure some things in PHP to make Kirby run smoothly. Open the <code>php.ini</code> file and modify the following.</p>



<pre class="wp-block-preformatted">:~$ sudo nano /etc/php/7.2/apache2/php.ini</pre>



<p><strong>file_uploads = On  </strong></p>



<p><strong>allow_url_fopen = On</strong></p>



<p><strong>memory_limit = 256M</strong></p>



<p><strong> upload_max_filesize = 100M </strong></p>



<p><strong>max_execution_time = 360 </strong></p>



<p><strong>date.timezone = YOUR_TIMEZONE</strong></p>



<p>It is now necessary to test that PHP is correctly installed. Create a file called <code>test.php</code> in <code>/var/www/html</code> and add the following.</p>



<pre class="wp-block-preformatted">:~$ sudo nano /var/www/html/test.php</pre>



<p><strong>&lt;?<br>phpinfo();<br>?&gt;</strong></p>



<figure class="wp-block-image"><img loading="lazy" width="849" height="210" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/7.jpeg" alt="Test php" class="wp-image-9792" srcset="https://www.osradar.com/wp-content/uploads/2019/01/7.jpeg 849w, https://www.osradar.com/wp-content/uploads/2019/01/7-300x74.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/01/7-768x190.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/01/7-696x172.jpeg 696w" sizes="(max-width: 849px) 100vw, 849px" /><figcaption>Test php</figcaption></figure>



<p>Finally, restart apache.</p>



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



<p>Now, open your web browser and go to <code>http://IP_SERVER/test.php</code>. You will see this:</p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="507" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/8-13-1024x507.png" alt="PHP is working" class="wp-image-9793" srcset="https://www.osradar.com/wp-content/uploads/2019/01/8-13-1024x507.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/8-13-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/8-13-768x380.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/8-13-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/8-13-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/01/8-13-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/8-13-849x420.png 849w, https://www.osradar.com/wp-content/uploads/2019/01/8-13.png 1350w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>PHP is working</figcaption></figure>



<p>Now, you have PHP working correctly.</p>



<h2>4. Download and install Kirby CMS</h2>



<p>Now you can download Kirby. For this, we&#8217;ll use your GitHub repository as our main source. First place yourself in the Apache folder, install the <code>git</code> tool and then proceed to start downloading Kirby.</p>



<pre class="wp-block-preformatted">:~$ cd /var/www/html</pre>



<pre class="wp-block-preformatted">:~$ sudo apt install git</pre>



<pre class="wp-block-preformatted">:~$ sudo git clone --recursive https://github.com/getkirby/starterkit.git kirby </pre>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="361" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/8-1024x361.jpeg" alt="Download Kirby" class="wp-image-9794" srcset="https://www.osradar.com/wp-content/uploads/2019/01/8-1024x361.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/01/8-300x106.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/01/8-768x270.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/01/8-696x245.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/01/8-1068x376.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/01/8.jpeg 1085w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Download Kirby</figcaption></figure>



<p>Next, change the permissions to the folder. This is to avoid compatibility problems with permissions when running the program.</p>



<pre class="wp-block-preformatted">:~$ sudo chown -R www-data:www-data /var/www/html/kirby/<br></pre>



<pre class="wp-block-preformatted">:~$ sudo chmod -R 755 /var/www/html/kirby/</pre>



<figure class="wp-block-image"><img loading="lazy" width="910" height="160" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/9.jpeg" alt="Change the permissions" class="wp-image-9796" srcset="https://www.osradar.com/wp-content/uploads/2019/01/9.jpeg 910w, https://www.osradar.com/wp-content/uploads/2019/01/9-300x53.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/01/9-768x135.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/01/9-696x122.jpeg 696w" sizes="(max-width: 910px) 100vw, 910px" /><figcaption>Change the permissions</figcaption></figure>



<p>So, that&#8217;s it.</p>



<h2>5. C<g class="gr_ gr_7 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="7" data-gr-id="7">onfigure</g> apache </h2>



<p>There&#8217;s one thing missing for Kirby to be able to execute corrections. So, you need to configure apache.</p>



<p>Create a file <g class="gr_ gr_4 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" id="4" data-gr-id="4">named </g><code>kirby.conf</code><g class="gr_ gr_4 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="4" data-gr-id="4"> </g><g class="gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" id="5" data-gr-id="5"><g class="gr_ gr_4 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="4" data-gr-id="4">in</g> </g><code>/etc/apache2/sites-available/</code><g class="gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="5" data-gr-id="5">.</g> Place the following.</p>



<pre class="wp-block-preformatted">:~$ sudo nano /etc/apache2/sites-available/kirby.conf</pre>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="576" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/10-1024x576.jpeg" alt="Configure Apache" class="wp-image-9798" srcset="https://www.osradar.com/wp-content/uploads/2019/01/10-1024x576.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/01/10-300x169.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/01/10-768x432.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/01/10-696x391.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/01/10-1068x600.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/01/10-747x420.jpeg 747w, https://www.osradar.com/wp-content/uploads/2019/01/10.jpeg 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Configure Apache</figcaption></figure>



<p>Next, enable the new configuration and the rewrite module. Finally, restart apache.</p>



<pre class="wp-block-preformatted">:~$ sudo a2ensite kirby.conf</pre>



<pre class="wp-block-preformatted">:~$ sudo a2enmod rewrite</pre>



<pre class="wp-block-preformatted"><code>:~$ sudo systemctl restart apache2</code></pre>



<figure class="wp-block-image"><img loading="lazy" width="892" height="289" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/11.jpeg" alt="Restart apache" class="wp-image-9799" srcset="https://www.osradar.com/wp-content/uploads/2019/01/11.jpeg 892w, https://www.osradar.com/wp-content/uploads/2019/01/11-300x97.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/01/11-768x249.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/01/11-696x225.jpeg 696w" sizes="(max-width: 892px) 100vw, 892px" /><figcaption>Restart apache</figcaption></figure>



<h2>Open Kirby on the web browser</h2>



<p>So, in your web browser, you can go <g class="gr_ gr_3 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" id="3" data-gr-id="3">to </g><code>http://IP_SERVER/kirby</code><g class="gr_ gr_3 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="3" data-gr-id="3"> or</g> in my <g class="gr_ gr_4 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" id="4" data-gr-id="4">case </g><code>http://osradar.lan</code><g class="gr_ gr_4 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="4" data-gr-id="4">.</g></p>



<p></p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="507" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/12-5-1024x507.png" alt="Kirby" class="wp-image-9800" srcset="https://www.osradar.com/wp-content/uploads/2019/01/12-5-1024x507.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/12-5-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/12-5-768x380.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/12-5-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/12-5-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/01/12-5-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/12-5-849x420.png 849w, https://www.osradar.com/wp-content/uploads/2019/01/12-5.png 1350w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Kirby</figcaption></figure>



<p>Sure, that&#8217;s the sample site. The important thing is to go to the admin panel to create the main account. Go to <code>http://ip_SERVER/kirby/panel/install</code><g class="gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" id="5" data-gr-id="5">or </g><code>http://osradar.local/panel/install</code><g class="gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="5" data-gr-id="5">.</g></p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="501" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/13-4-1024x501.png" alt="Creating the admin account" class="wp-image-9801" srcset="https://www.osradar.com/wp-content/uploads/2019/01/13-4-1024x501.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/13-4-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/13-4-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/13-4-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/13-4-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/01/13-4-696x340.png 696w, https://www.osradar.com/wp-content/uploads/2019/01/13-4-1068x522.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/13-4-859x420.png 859w, https://www.osradar.com/wp-content/uploads/2019/01/13-4.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Creating the admin account</figcaption></figure>



<p>So, enter your data and then click install.</p>



<p>After that, you will see the admin panel.</p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="501" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/01/14-4-1024x501.png" alt="" class="wp-image-9802" srcset="https://www.osradar.com/wp-content/uploads/2019/01/14-4-1024x501.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/14-4-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/14-4-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/14-4-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/14-4-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/01/14-4-696x340.png 696w, https://www.osradar.com/wp-content/uploads/2019/01/14-4-1068x522.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/14-4-859x420.png 859w, https://www.osradar.com/wp-content/uploads/2019/01/14-4.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Admin panel</figcaption></figure>



<p>So, that&#8217;s it.</p>



<h2>Conclusion</h2>



<p>Kirby presents itself as an innovative, simple and fast CMS. In addition, Its features are common to the rest of CMS but not needing a database manager, it becomes quite peculiar.</p>



<p>So, please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-kirby-cms-on-ubuntu-18-04/">How to install Kirby CMS on Ubuntu 18.04</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/install-kirby-cms-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Microweber CMS on Debian 9?</title>
		<link>https://www.osradar.com/install-memcached-debian-9/</link>
					<comments>https://www.osradar.com/install-memcached-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 03 Jan 2019 00:33:05 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=8848</guid>

					<description><![CDATA[<p>If we think about it, almost all the internet is about blogs and information. To do this, there are content management tools that help create and manage those sites. That&#8217;s why today I&#8217;m going to teach you how to install Microweber CMS on your Debian 9 server. Microweber is a free CMS (Content Manager System) [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-memcached-debian-9/">How to install Microweber CMS on Debian 9?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If we think about it, almost all the internet is about blogs and information. To do this, there are content management tools that help create and manage those sites. That&#8217;s why today I&#8217;m going to teach you how to install Microweber CMS on your Debian 9 server.</p>
<p><a href="https://microweber.com/" rel="noopener">Microweber</a> is a free CMS (Content Manager System) and modern open source that allows you to create and manage websites in a fairly easy and comfortable way thanks to its drag and drop system.</p>
<p>Thanks to the fact that it is built using <a href="https://www.osradar.com/how-to-install-laravel-on-ubuntu-18-04/" rel="noopener">Laravel</a>, we can expect quite a large stability. It also has an online store that allows you to purchase the templates you need or create and sell.</p>
<p>So, let&#8217;s install Microweber CMS. It is easy.</p>
<h1>1. Upgrade the system</h1>
<p>First, you need to update the system. To do this, you must have a user who can run commands as a superuser.</p>
<p>Just run:</p>
<pre class="">:~$ su
:~# apt update &amp;&amp; apt upgrade</pre>
<p><figure id="attachment_8849" aria-describedby="caption-attachment-8849" style="width: 970px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8849" src="https://www.osradar.com/wp-content/uploads/2019/01/1-1.png" alt="1.- Upgrade the system" width="970" height="523" srcset="https://www.osradar.com/wp-content/uploads/2019/01/1-1.png 970w, https://www.osradar.com/wp-content/uploads/2019/01/1-1-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/1-1-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/1-1-779x420.png 779w" sizes="(max-width: 970px) 100vw, 970px" /><figcaption id="caption-attachment-8849" class="wp-caption-text">1.- Upgrade the system</figcaption></figure></p>
<p>The great advantage of doing this is that you will have the latest security patches available on your system. So the system will be more stable and robust. Quite an advantage for your server.</p>
<h1>2. Install Apache Web server</h1>
<p>Then you need to install and configure a LAMP server. The first component is already installed which is Linux. Now let&#8217;s go for the second one that is a web server. There are several, but I will install the Apache web server.</p>
<pre class="">:~# apt install apache2</pre>
<p><figure id="attachment_8850" aria-describedby="caption-attachment-8850" style="width: 1173px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8850" src="https://www.osradar.com/wp-content/uploads/2019/01/2-1.png" alt="2.- Install Apache web server" width="1173" height="344" srcset="https://www.osradar.com/wp-content/uploads/2019/01/2-1.png 1173w, https://www.osradar.com/wp-content/uploads/2019/01/2-1-300x88.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/2-1-768x225.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/2-1-1024x300.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/2-1-1068x313.png 1068w" sizes="(max-width: 1173px) 100vw, 1173px" /><figcaption id="caption-attachment-8850" class="wp-caption-text">2.- Install Apache web server</figcaption></figure></p>
<p>Then, enable and start the service.</p>
<pre class="">:~# systemctl enable apache2
:~# systemctl start apache2</pre>
<p><figure id="attachment_8851" aria-describedby="caption-attachment-8851" style="width: 1049px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8851" src="https://www.osradar.com/wp-content/uploads/2019/01/3-1.png" alt="3.- Enabling and starting the service" width="1049" height="179" srcset="https://www.osradar.com/wp-content/uploads/2019/01/3-1.png 1049w, https://www.osradar.com/wp-content/uploads/2019/01/3-1-300x51.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/3-1-768x131.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/3-1-1024x175.png 1024w" sizes="(max-width: 1049px) 100vw, 1049px" /><figcaption id="caption-attachment-8851" class="wp-caption-text">3.- Enabling and starting the service</figcaption></figure></p>
<p>Now, check the service status.</p>
<pre class="">:~# systemctl status apache2</pre>
<p><figure id="attachment_8852" aria-describedby="caption-attachment-8852" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8852" src="https://www.osradar.com/wp-content/uploads/2019/01/4-1.png" alt="4.- Check the apache service" width="1365" height="359" srcset="https://www.osradar.com/wp-content/uploads/2019/01/4-1.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/4-1-300x79.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/4-1-768x202.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/4-1-1024x269.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/4-1-1068x281.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-8852" class="wp-caption-text">4.- Check the apache service</figcaption></figure></p>
<p>Everything is OK.</p>
<h1>3. Install and configure MariaDB</h1>
<p>Now it is necessary to install MariaDB to continue with the installation of Microweber. We love <a href="https://mariadb.org" rel="noopener">MariaDB</a> in <a href="https://www.osradar.com/tag/mariadb/" rel="noopener">this</a> site, for being one of the best solutions for the open source database.</p>
<pre class="">:~# apt install mariadb-server</pre>
<p><figure id="attachment_8853" aria-describedby="caption-attachment-8853" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8853" src="https://www.osradar.com/wp-content/uploads/2019/01/5-1.png" alt="5.- Install Mariadb" width="1365" height="452" srcset="https://www.osradar.com/wp-content/uploads/2019/01/5-1.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/5-1-300x99.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/5-1-768x254.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/5-1-1024x339.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/5-1-1068x354.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/5-1-1268x420.png 1268w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-8853" class="wp-caption-text">5.- Install MariaDB</figcaption></figure></p>
<p>It then enables and initiates the MariaDB service.</p>
<pre class="">:~# systemctl enable mariadb
:~# systemctl start mariadb</pre>
<p><figure id="attachment_8854" aria-describedby="caption-attachment-8854" style="width: 926px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8854" src="https://www.osradar.com/wp-content/uploads/2019/01/6-1.png" alt="6.- Starting mariadb" width="926" height="126" srcset="https://www.osradar.com/wp-content/uploads/2019/01/6-1.png 926w, https://www.osradar.com/wp-content/uploads/2019/01/6-1-300x41.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/6-1-768x105.png 768w" sizes="(max-width: 926px) 100vw, 926px" /><figcaption id="caption-attachment-8854" class="wp-caption-text">6.- Starting MariaDB</figcaption></figure></p>
<p>Next, configure MariaDB to set the root password.</p>
<pre class="">:~# mysql_secure_installation</pre>
<p><figure id="attachment_8855" aria-describedby="caption-attachment-8855" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8855" src="https://www.osradar.com/wp-content/uploads/2019/01/7-1.png" alt="7.- Using mysql_secure_installation to set a root pasword" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/7-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/7-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/7-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/7-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/7-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/7-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8855" class="wp-caption-text">7.- Using mysql_secure_installation to set a root password</figcaption></figure></p>
<p>After defining the administrator password, the configuration script will ask you other questions. You can answer as you like because it is not vital for this tutorial, however, I answered Y, N, Y, Y.</p>
<p>Now, you need to create the database that Microweber will use. In addition, it is recommended for security reasons, to create a user dedicated to the program.</p>
<pre class="">:~# mysql -u root -p
CREATE DATABASE microweberdb;
GRANT ALL PRIVILEGES ON microweberdb.* TO 'microweberuser'@'localhost' IDENTIFIED BY 'microweberpss';
FLUSH PRIVILEGES;
exit;</pre>
<p><figure id="attachment_8856" aria-describedby="caption-attachment-8856" style="width: 1299px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8856" src="https://www.osradar.com/wp-content/uploads/2019/01/8-1.png" alt="8.- Creating a new database for microweber cms" width="1299" height="478" srcset="https://www.osradar.com/wp-content/uploads/2019/01/8-1.png 1299w, https://www.osradar.com/wp-content/uploads/2019/01/8-1-300x110.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/8-1-768x283.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/8-1-1024x377.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/8-1-1068x393.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/8-1-1141x420.png 1141w" sizes="(max-width: 1299px) 100vw, 1299px" /><figcaption id="caption-attachment-8856" class="wp-caption-text">8.- Creating a new database for microweber cms</figcaption></figure></p>
<h1>4. Install and configure PHP</h1>
<p>Now it&#8217;s PHP&#8217;s turn.</p>
<pre class="">:~# apt install php7.0 libapache2-mod-php7.0 php7.0-common php7.0-mbstring php7.0-xmlrpc php7.0-soap php7.0-mysql php7.0-gd php7.0-xml php7.0-cli php7.0-zip</pre>
<p><figure id="attachment_8857" aria-describedby="caption-attachment-8857" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8857" src="https://www.osradar.com/wp-content/uploads/2019/01/9-1.png" alt="9.- Install PHP" width="1365" height="399" srcset="https://www.osradar.com/wp-content/uploads/2019/01/9-1.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/9-1-300x88.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/9-1-768x224.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/9-1-1024x299.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/9-1-1068x312.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-8857" class="wp-caption-text">9.- Install PHP</figcaption></figure></p>
<p>Now, in order for Microweber CMS to run properly, it is necessary to make some changes to the PHP configuration. Edit <code>/etc/php/7.0/apache2/php.ini</code> and make the following changes.</p>
<pre class="">:~# nano /etc/php/7.0/apache2/php.ini</pre>
<pre class="">memory_limit = 256M
upload_max_filesize = 150M
max_execution_time = 360
date.timezone = YOUR_TIMEZONE</pre>
<p><figure id="attachment_8858" aria-describedby="caption-attachment-8858" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8858" src="https://www.osradar.com/wp-content/uploads/2019/01/10-1.png" alt="10.- Editing the PHP configuration file" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/10-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/10-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/10-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/10-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/10-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/10-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8858" class="wp-caption-text">10.- Editing the PHP configuration file</figcaption></figure></p>
<p><em>Note: use CTRL + W to find easily the options.</em></p>
<p>Finally, restart Apache web server.</p>
<pre class="">:~# systemctl restart apache2</pre>
<h1>5. Install Microweber CMS</h1>
<p>Now it&#8217;s time to install Microweber CMS. Before I install two packages to be able to download and unzip.</p>
<pre class="">:~# apt install unzip wget</pre>
<p><figure id="attachment_8859" aria-describedby="caption-attachment-8859" style="width: 874px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8859" src="https://www.osradar.com/wp-content/uploads/2019/01/11.png" alt="11.- Install some useful packages" width="874" height="285" srcset="https://www.osradar.com/wp-content/uploads/2019/01/11.png 874w, https://www.osradar.com/wp-content/uploads/2019/01/11-300x98.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/11-768x250.png 768w" sizes="(max-width: 874px) 100vw, 874px" /><figcaption id="caption-attachment-8859" class="wp-caption-text">11.- Install some useful packages</figcaption></figure></p>
<p>After that, now download it.</p>
<pre class="">:~# cd /tmp/
:~# wget https://microweber.com/download.php -O microweber-latest.zip</pre>
<p><figure id="attachment_8860" aria-describedby="caption-attachment-8860" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8860" src="https://www.osradar.com/wp-content/uploads/2019/01/12.png" alt="12.- Download Microweber" width="1365" height="357" srcset="https://www.osradar.com/wp-content/uploads/2019/01/12.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/12-300x78.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/12-768x201.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/12-1024x268.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/12-1068x279.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-8860" class="wp-caption-text">12.- Download and install Microweber CMS</figcaption></figure></p>
<p>Now, unzip the downloaded file.</p>
<pre class="">:~# mkdir /var/www/html/microweber
:~# unzip microweber-latest.zip -d /var/www/html/microweber</pre>
<p><figure id="attachment_8861" aria-describedby="caption-attachment-8861" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8861" src="https://www.osradar.com/wp-content/uploads/2019/01/13.png" alt="13.- Unzip the folder" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/13.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/13-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/13-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/13-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/13-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/13-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8861" class="wp-caption-text">13.- Unzip the folder</figcaption></figure></p>
<p>Now for Microweber to run correctly, you need to change the permissions to the folder.</p>
<pre class="">:~# chown -R www-data:www-data /var/www/html/microweber/
:~# chmod -R 755 /var/www/html/microweber/</pre>
<p>Finally, enable the rewrite module on Apache.</p>
<pre class="">:~# a2enmod rewrite
:~# systemctl restart apache2</pre>
<p><figure id="attachment_8862" aria-describedby="caption-attachment-8862" style="width: 847px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8862" src="https://www.osradar.com/wp-content/uploads/2019/01/14.png" alt="14.- Last details before complete the installation" width="847" height="243" srcset="https://www.osradar.com/wp-content/uploads/2019/01/14.png 847w, https://www.osradar.com/wp-content/uploads/2019/01/14-300x86.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/14-768x220.png 768w" sizes="(max-width: 847px) 100vw, 847px" /><figcaption id="caption-attachment-8862" class="wp-caption-text">14.- Last details before complete the installation</figcaption></figure></p>
<h1>6. Complete the Microweber installation</h1>
<p>Now you can open your web browser and access http://IP_SERVER/microweber and complete the installation.</p>
<p><figure id="attachment_8864" aria-describedby="caption-attachment-8864" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8864" src="https://www.osradar.com/wp-content/uploads/2019/01/15.png" alt="15.- Completing the installation" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2019/01/15.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/15-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/15-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/15-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/15-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/15-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/15-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8864" class="wp-caption-text">15.- Completing the installation</figcaption></figure></p>
<p>Scroll down, and set the blog template.</p>
<p><figure id="attachment_8865" aria-describedby="caption-attachment-8865" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8865" src="https://www.osradar.com/wp-content/uploads/2019/01/16.png" alt="16.- Setting the website template" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2019/01/16.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/16-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/16-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/16-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/16-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/16-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/16-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8865" class="wp-caption-text">16.- Setting the website template</figcaption></figure></p>
<p>Next, create the admin account.</p>
<p><figure id="attachment_8866" aria-describedby="caption-attachment-8866" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8866" src="https://www.osradar.com/wp-content/uploads/2019/01/17.png" alt="17.- Login information" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2019/01/17.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/17-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/17-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/17-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/17-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/17-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/17-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8866" class="wp-caption-text">17.- Login information</figcaption></figure></p>
<p>Finally, press the <em>Install</em> button.</p>
<p><figure id="attachment_8867" aria-describedby="caption-attachment-8867" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8867" src="https://www.osradar.com/wp-content/uploads/2019/01/18.png" alt="18.- Completing the installation" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2019/01/18.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/18-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/18-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/18-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/18-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/18-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/18-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-8867" class="wp-caption-text">18.- Completing the installation</figcaption></figure></p>
<p>And that&#8217;s it.</p>
<h1>Conclusion</h1>
<p>To create a blog is something that thanks to Microweber CMS is possible in an easy and fast way. Installing Microweber in Debian is within everyone&#8217;s reach.</p>
<p>Please share this post on your social networks.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-memcached-debian-9/">How to install Microweber CMS on Debian 9?</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/install-memcached-debian-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
