<?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>kirby Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/kirby/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 26 Jan 2019 13:27:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install 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>
	</channel>
</rss>
