<?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>WonderCMS Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/wondercms/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 17 Jun 2019 15:04:59 +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 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>
<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>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>
<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>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>
<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>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>
<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>
<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>
<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><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>
<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>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>
<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>Right there, you will see the temporary password and a login link.</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>Now, you can start to build your site.</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>
<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>
	</channel>
</rss>
