<?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>cms Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/cms/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 Bludit CMS on Ubuntu 20.04?</title>
		<link>https://www.osradar.com/install-bludit-cms-ubuntu/</link>
					<comments>https://www.osradar.com/install-bludit-cms-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 25 May 2021 23:45:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[BluditCMS]]></category>
		<category><![CDATA[cms]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=30253</guid>

					<description><![CDATA[<p>Hello, friends. In this post, you will learn how to install Bludit CMS on Ubuntu 20.04 so you will have another alternative to create your website or blog. Bludit is a fairly simple CMS that we can use to deploy a blog or website quickly. One of the main characteristics of this CMS is that [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-bludit-cms-ubuntu/">How to install Bludit 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>Hello, friends. In this post, you will learn how to <strong>install Bludit CMS on Ubuntu 20.04</strong> so you will have another alternative to create your website or blog.</p>



<p><strong><a href="https://www.bludit.com/" target="_blank" rel="noreferrer noopener">Bludit</a> is a fairly simple CMS that we can use to deploy a blog or website quickly</strong>. One of the main characteristics of this CMS is that it uses files in JSON format to store the content. So, <strong>you don’t need to install or configure a database.</strong></p>



<p>Being a modern CMS, it is expected to support Plugins that extend its functionality. There are many so you may find what you need quickly.</p>



<p>Also, Bludit incorporates all the SEO tools to improve your ranking in all the search engines and social networks.</p>



<p>So, it is a good light and fast alternative to other more complete CMS <a href="https://www.osradar.com/how-to-install-wordpress-ubuntu-20-04/" target="_blank" rel="noreferrer noopener">like WordPress</a>.</p>



<h2 id="install-bludit-cms-on-ubuntu-20.04"><a href="#install-bludit-cms-on-ubuntu-20.04" name="install-bludit-cms-on-ubuntu-20.04"></a>Install Bludit CMS on Ubuntu 20.04</h2>



<p>Being a CMS created with PHP we need that in our computer are properly configured the webserver and PHP. You could run <a href="https://www.osradar.com/install-lamp-ubuntu-20-04/" target="_blank" rel="noreferrer noopener">the LAMP stack on Ubuntu 20.04</a> but Bludit does not require a database driver so it is not necessary.</p>



<p>To install Apache and PHP along with some extra modules and packages, just open a terminal or connect to the server via SSH and run</p>



<pre class="wp-block-preformatted">sudo apt update
sudo apt install php-cli php-fpm php-fpm php-common php-mbstring php-gd php-xml php-json apache2 libapache2-mod-php unzip git</pre>



<p>This way, we will have the packages installed and we will be able to start the installation of Bludit</p>



<h3 id="download-and-install-bludit-cms"><a href="#download-and-install-bludit-cms" name="download-and-install-bludit-cms"></a>Download and install Bludit CMS</h3>



<p>First, create the folder in the path where you want to install it. In this case, I have chosen <code>/var/www/bludit</code>.</p>



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



<p>And now go to <code>/tmp/</code> and from there with the help of the wget command perform the download.</p>



<pre class="wp-block-preformatted">cd /tmp
wget https://www.bludit.com/releases/bludit-3-13-1.zip
--2021-05-17 23:37:47--  https://www.bludit.com/releases/bludit-3-13-1.zip
Resolving www.bludit.com (www.bludit.com)... 2606:4700:3035::6815:5322, 2606:4700:3032::ac43:d323, 172.67.211.35, ...
Connecting to www.bludit.com (www.bludit.com)|2606:4700:3035::6815:5322|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1917816 (1.8M) [application/zip]
Saving to: ‘bludit-3-13-1.zip’

bludit-3-13-1.zip                          100%[=====================================================================================&gt;]   1.83M  --.-KB/s    in 0.1s    

2021-05-17 23:37:47 (13.5 MB/s) - ‘bludit-3-13-1.zip’ saved [1917816/1917816]</pre>



<p><strong>Note: at the time of this post, the latest stable version is <code>3.13.1</code> to know which is the latest version available you have to go to the Bludit website</strong>.</p>



<p>After this, unzip the file</p>



<pre class="wp-block-preformatted">sudo unzip bludit-3-13-1.zip</pre>



<p>And now the unzipped content, move it to the directory you created for this purpose.</p>



<pre class="wp-block-preformatted">sudo mv bludit-3-13-1/* /var/www/bludit/</pre>



<p>Make the <code>bludit</code> folder belong to Apache.</p>



<pre class="wp-block-preformatted">sudo chown -R www-data:www-data /var/www/bludit</pre>



<p>Next, you need to create a new VirtualHost for Bludit.</p>



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



<p>And add the following configuration:</p>



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



<figure class="wp-block-image size-large"><img loading="lazy" width="924" height="236" src="https://www.osradar.com/wp-content/uploads/2021/05/1-7.png" alt="1.- Creating a new VirtualHost for Bludit CMS" class="wp-image-30255" srcset="https://www.osradar.com/wp-content/uploads/2021/05/1-7.png 924w, https://www.osradar.com/wp-content/uploads/2021/05/1-7-300x77.png 300w, https://www.osradar.com/wp-content/uploads/2021/05/1-7-768x196.png 768w, https://www.osradar.com/wp-content/uploads/2021/05/1-7-696x178.png 696w" sizes="(max-width: 924px) 100vw, 924px" /><figcaption>1.- Creating a new VirtualHost for Bludit CMS</figcaption></figure>



<p>Replace the value of <code>ServerName</code> with the value of your domain. Save the changes and close the text editor.</p>



<p>To apply the changes, disable the default VirtualHost, enable the newly created one for Bludit, enable the <code>rewrite</code> module of Apache and restart it.</p>



<pre class="wp-block-preformatted">sudo a2dissite 000-default.conf
sudo a2ensite bludit.conf
sudo a2enmod rewrite
sudo systemctl restart apache2</pre>



<h2 id="complete-the-bludit-cms-installation"><a href="#complete-the-bludit-cms-installation" name="complete-the-bludit-cms-installation"></a>Complete the Bludit CMS installation</h2>



<p>Now, open a web browser of your choice and go to <code>http://your-domain/install</code> where you will see the initial installer screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2021/05/2-3-1024x502.png" alt="2.- Bludit CMS installer" class="wp-image-30258" srcset="https://www.osradar.com/wp-content/uploads/2021/05/2-3-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2021/05/2-3-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2021/05/2-3-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2021/05/2-3-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2021/05/2-3-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2021/05/2-3.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Bludit CMS installer</figcaption></figure>



<p>Next, set a password for the <code>admin</code> user and press the <code>Install</code> button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2021/05/3-2-1024x502.png" alt="3.- Installing Bludit CMS " class="wp-image-30260" srcset="https://www.osradar.com/wp-content/uploads/2021/05/3-2-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2021/05/3-2-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2021/05/3-2-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2021/05/3-2-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2021/05/3-2-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2021/05/3-2.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Installing Bludit CMS </figcaption></figure>



<p>And the Bludit CMS instance will be ready on your server.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="506" src="https://www.osradar.com/wp-content/uploads/2021/05/4-2-1024x506.png" alt="4.- Main screen" class="wp-image-30261" srcset="https://www.osradar.com/wp-content/uploads/2021/05/4-2-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2021/05/4-2-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/05/4-2-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2021/05/4-2-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2021/05/4-2-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2021/05/4-2.png 1354w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>4.- Main screen</figcaption></figure>



<p>From there you will be able to access the Admin Panel</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="506" src="https://www.osradar.com/wp-content/uploads/2021/05/5-3-1024x506.png" alt="5.- Bludit CMS on Ubuntu 20.04" class="wp-image-30262" srcset="https://www.osradar.com/wp-content/uploads/2021/05/5-3-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2021/05/5-3-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/05/5-3-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2021/05/5-3-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2021/05/5-3-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2021/05/5-3.png 1354w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>5.- Bludit CMS on Ubuntu 20.04</figcaption></figure>



<p>Now you just have to give it a try and make the most of it.</p>



<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>



<p>This simple and powerful CMS is a sample of the number of alternatives that exist today to create a fully functional website. With Bludit CMS you don’t need a database manager which further lowers your computer requirements.</p>



<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-bludit-cms-ubuntu/">How to install Bludit 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-bludit-cms-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Drupal in Windows 10</title>
		<link>https://www.osradar.com/how-to-install-drupal-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-install-drupal-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Thu, 07 Jan 2021 22:56:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal for windows 10]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27225</guid>

					<description><![CDATA[<p>Hi! Today we will talk a little bit about Drupal. This is a content management system based on PHP and MySQL or PostgreSQL. In addition, it allows the administration of users, documents, discussions or news. This framework is free, multipurpose and modular. Additionally, Drupal stands out for being highly configurable and easy to use by [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-drupal-in-windows-10/">How to install Drupal in Windows 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>Hi! Today we will talk a little bit about Drupal. This is a content management system based on PHP and MySQL or PostgreSQL. In addition, it allows the administration of users, documents, discussions or news. This framework is free, multipurpose and modular. Additionally, Drupal stands out for being highly configurable and easy to use by users. Even without much computer knowledge. Well, today we will see how to install Drupal in Windows 10.</p>



<h2>Prerequisites</h2>



<ul><li>A web server such as <a href="https://www.osradar.com/how-to-install-apache-on-windows-10/" target="_blank" rel="noreferrer noopener">Apache</a>, <a href="https://www.osradar.com/how-to-install-nginx-server-on-windows-10/" target="_blank" rel="noreferrer noopener">Nginx</a> or <a href="https://www.osradar.com/how-to-enable-internet-information-services-in-windows-10/" target="_blank" rel="noreferrer noopener">Microsoft IIS</a></li><li>Any of the following databases: <a href="https://www.osradar.com/how-to-install-mysql-in-windows-10/" target="_blank" rel="noreferrer noopener">MySQL</a> &#8211; 5.5.3 (<a href="https://www.osradar.com/how-to-install-mariadb-on-windows-server-2019/" target="_blank" rel="noreferrer noopener">MariaDB</a> 5.5.20, Percona 5.5.8) or higher with an InnoDB-compatible primary storage engine. <a href="https://www.osradar.com/how-to-install-postgresql-on-windows-10/" target="_blank" rel="noreferrer noopener">PostgreSQL</a> &#8211; 9.1.2 or higher. SQLite &#8211; 3.4.2 or higher</li></ul>



<p>However, all these requirements can be met by using a program like XAMPP. See <a href="https://www.osradar.com/how-to-install-xampp-on-windows-10/" target="_blank" rel="noreferrer noopener">here</a> how to use and configure it.</p>



<h2>Downloading Drupal for Windows 10</h2>



<p>This software can be downloaded for free from <a href="https://www.drupal.org/download" target="_blank" rel="noreferrer noopener">here.</a> Please download the compressed file in .zip format. </p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/dp10-1024x787.png" alt="" class="wp-image-27226" srcset="https://www.osradar.com/wp-content/uploads/2020/12/dp10-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/dp10-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/dp10-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/dp10-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/dp10-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/dp10.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2>Creating the new database.</h2>



<p>Now it is necessary to create the new database. Indeed, this is essential to be able to use Drupal. Consequently, it opens the XAMMP control center. Once there, please click on the MySQL Configure button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="668" height="433" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/dp11-1.png" alt="Opening the MySQL control center." class="wp-image-27228" srcset="https://www.osradar.com/wp-content/uploads/2020/12/dp11-1.png 668w, https://www.osradar.com/wp-content/uploads/2020/12/dp11-1-300x194.png 300w" sizes="(max-width: 668px) 100vw, 668px" /><figcaption><em>Opening the MySQL control center.</em></figcaption></figure>



<p>Immediately the database manager will be deployed. Please click on New. Then assign the name you want and finally click on <strong>Create.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/dp-1024x787.png" alt="Creating the database." class="wp-image-27229" srcset="https://www.osradar.com/wp-content/uploads/2020/12/dp-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/dp-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/dp-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/dp-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/dp-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/dp.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Creating the database.</figcaption></figure>



<h2>Decompressing the downloaded file.</h2>



<p>Back to the previously downloaded file, it&#8217;s time to do two steps. First decompress it and assign a simpler name to the folder. In my case <em>Drupal</em>. Then move it to the next location:</p>



<pre class="wp-block-preformatted">C:\xampp\htdocs</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/dp2-1024x787.png" alt="Decompress Drupal content" class="wp-image-27231" srcset="https://www.osradar.com/wp-content/uploads/2020/12/dp2-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/dp2-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/dp2-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/dp2-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/dp2-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/dp2.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Decompress Drupal content</figcaption></figure>



<h2>Starting the Drupal installation in Windows 10</h2>



<p>Once these previous steps are done, it is time to start the installation of Drupal. With this in mind, open the following address in your web browser.</p>



<pre class="wp-block-preformatted"><strong>http://localhost/Drupal</strong> </pre>



<p>Please note that this address may vary depending on the name of the assigned folder. The installer will be immediately deployed. First set the preferred language.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/dp3-1024x787.jpg" alt="Set the language for Drupal" class="wp-image-27233" srcset="https://www.osradar.com/wp-content/uploads/2020/12/dp3-1024x787.jpg 1024w, https://www.osradar.com/wp-content/uploads/2020/12/dp3-300x231.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/12/dp3-768x590.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/12/dp3-696x535.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/12/dp3-1068x821.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/12/dp3.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Set the language for Drupal</figcaption></figure>



<p>Then, the wizard offers the installation mode. Standard, minimum or a sample Demo. For the purposes of this tutorial, I selected the Standard installation</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/dp4-1024x787.jpg" alt="Selecting the type of installation." class="wp-image-27234" srcset="https://www.osradar.com/wp-content/uploads/2020/12/dp4-1024x787.jpg 1024w, https://www.osradar.com/wp-content/uploads/2020/12/dp4-300x231.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/12/dp4-768x590.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/12/dp4-696x535.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/12/dp4-1068x821.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/12/dp4.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Selecting the type of installation.</figcaption></figure>



<p>The assistant will then verify the requirements for running Drupal. In this case, my server needs opcache. However, this component is not essential to run the installation. Therefore, we can skip it</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/dp8-1024x787.jpg" alt="Checking the requirements." class="wp-image-27235" srcset="https://www.osradar.com/wp-content/uploads/2020/12/dp8-1024x787.jpg 1024w, https://www.osradar.com/wp-content/uploads/2020/12/dp8-300x231.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/12/dp8-768x590.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/12/dp8-696x535.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/12/dp8-1068x821.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/12/dp8.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Checking the requirements.</figcaption></figure>



<p>In the next screen, please enter the parameters of the database. Please remember to enter the name of the database you just created.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/dp6-1024x787.jpg" alt="Setting up the database. " class="wp-image-27237" srcset="https://www.osradar.com/wp-content/uploads/2020/12/dp6-1024x787.jpg 1024w, https://www.osradar.com/wp-content/uploads/2020/12/dp6-300x231.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/12/dp6-768x590.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/12/dp6-696x535.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/12/dp6-1068x821.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/12/dp6.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Setting up the database.</figcaption></figure>



<p>Now wait a few moments while the installation of Drupal</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/dp9-1-1024x787.png" alt="" class="wp-image-27239" srcset="https://www.osradar.com/wp-content/uploads/2020/12/dp9-1-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/dp9-1-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/dp9-1-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/dp9-1-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/dp9-1-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/dp9-1.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Assistant installing Drupal in Windows 10</figcaption></figure>



<p>Once the installation is complete, it is time to set up the website. Please set the name and email address of the website. It is also necessary to assign a username and password. This user must also be provided with an email address. In addition to the region parameters.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/dp8-1-1024x787.jpg" alt="Setting up the site " class="wp-image-27240" srcset="https://www.osradar.com/wp-content/uploads/2020/12/dp8-1-1024x787.jpg 1024w, https://www.osradar.com/wp-content/uploads/2020/12/dp8-1-300x231.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/12/dp8-1-768x590.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/12/dp8-1-696x535.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/12/dp8-1-1068x821.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/12/dp8-1.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Setting up the site</figcaption></figure>



<p>Finally the installation will be finished!</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/dp9-2-1024x787.png" alt="Successful installation of Drupal in Windows 10" class="wp-image-27242" srcset="https://www.osradar.com/wp-content/uploads/2020/12/dp9-2-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/dp9-2-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/dp9-2-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/dp9-2-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/dp9-2-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/dp9-2.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Successful installation of Drupal in Windows 10</figcaption></figure>



<p>From now on, you just have to start the server and paste the following web address:</p>



<pre class="wp-block-preformatted">http://localhost/drupal </pre>



<p>This way we have seen how to install Drupal in Windows 10. So you can enjoy this powerful and friendly framework. See you soon!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-drupal-in-windows-10/">How to install Drupal in Windows 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-drupal-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Joomla on Debian 10?</title>
		<link>https://www.osradar.com/install-joomla-debian-10/</link>
					<comments>https://www.osradar.com/install-joomla-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 31 Mar 2020 22:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=19230</guid>

					<description><![CDATA[<p>Creating a personal website or blog can bring you many benefits. So, many people do it to make their projects known. In this sense, WordPress is the most used option but not the only one. So, this post will help you to install Joomla on Debian 10 Joomla, in short, is a CMS like WordPress [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-joomla-debian-10/">How to install Joomla 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>Creating a personal website or blog can bring you many benefits. So, many people do it to make their projects known. In this sense, WordPress is the most used option but not the only one. So, this post will help you to install Joomla on Debian 10</p>
<p><a href="https://www.joomla.org/" target="_blank" rel="noopener noreferrer">Joomla</a>, in short, is a <a href="https://www.osradar.com/tag/cms/" target="_blank" rel="noopener noreferrer">CMS</a> like <a href="https://www.osradar.com/install-wordpress-debian-10/" target="_blank" rel="noopener noreferrer">WordPress</a> or many more. Thanks to Joomla you can quickly create a dynamic website like a blog. And the best thing is that you can manage it from a very efficient administration panel.</p>
<p>With Joomla you will have access to many templates optimized for the mobile. This will make your site practically unique and ready to use. Moreover, Joomla can be capable of many more things thanks to the available extensions.</p>
<p>In addition to this, there is complete user management including multiple levels of permissions.</p>
<p>So, let&#8217;s get started.</p>
<h2>Install Joomla on Debian 10</h2>
<h3>Install LAMP on Debian 10</h3>
<p>Joomla is a web application made with PHP. This means that to install it you need to have a web server running. It also requires a database manager such as MySQL, MariaDB or PostgreSQL to store the data.</p>
<p>So this is the first step.</p>
<p><a href="https://www.osradar.com/install-lamp-on-debian-10/" target="_blank" rel="noopener noreferrer">How to install LAMP on Debian10?</a></p>
<p>Also, you have to install some PHP modules for Joomla to run correctly. These packages and modules are:</p>
<pre>openssl php-imagick php7.3-common php7.3-curl php7.3-gd php7.3-imap php7.3-intl php7.3-json php7.3-ldap php7.3-mbstring php7.3-mysql php7.3-pgsql php-smbclient php-ssh2 php7.3-sqlite3 php7.3-xml php7.3-zip</pre>
<p>Then you can continue the post.</p>
<h3>Create a new user and database for Joomla</h3>
<p>Joomla processes and stores data continuously and requires a database manager. It is compatible with MariaDB, MySQL and PostgreSQL and they are all very good. In this case, I have chosen MariaDB.</p>
<p>On the other hand, it is not convenient to let the root user be in charge of handling the data. This is a security problem. So let&#8217;s create a new database and user for Joomla.</p>
<p>So, open the MariaDB console and run:</p>
<pre>:~$ sudo mysql -u root -p<br />&gt; CREATE YOUR DATABASE joomladb;<br />&gt; GRANT ALL ON joomladb.* TO 'joomlauser'@'localhost' IDENTIFIED BY 'joomlapss';<br />&gt; FLUSH PRIVILEGES;<br />&gt; EXIT;</pre>
<p> </p>
<p>We will now proceed to download Joomla.</p>
<h3>Download Joomla on Debian 10</h3>
<p>At the time of writing this post, the latest stable version of Joomla is 3.9.16 which recommends the use of PHP 7.3 onwards.</p>
<p>So, go to the <strong>/tmp/</strong> folder and download from there.</p>
<pre>:~$ cd /tmp/<br />:~$ wget -c https://downloads.joomla.org/cms/joomla3/3-9-16/Joomla_3-9-16-Stable-Full_Package.zip</pre>
<p>Then create a folder for Joomla.</p>
<pre>:~$ sudo -p mkdir /var/www/html/joomla</pre>
<p>Then decompress it with the unzip command. If you do not have unzip, you can install it.</p>
<pre>:~$ sudo apt install unzip<br />:~$ sudo unzip Joomla_3-9-16-Stable-Full_Package.zip -d /var/www/html/joomla</pre>
<figure id="attachment_19298" aria-describedby="caption-attachment-19298" style="width: 1080px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19298" src="https://www.osradar.com/wp-content/uploads/2020/03/1-21.png" alt="1.- Working with MariaDB before installing Joomla" width="1080" height="479" srcset="https://www.osradar.com/wp-content/uploads/2020/03/1-21.png 1080w, https://www.osradar.com/wp-content/uploads/2020/03/1-21-300x133.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/1-21-1024x454.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/1-21-768x341.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/1-21-696x309.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/1-21-1068x474.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/1-21-947x420.png 947w" sizes="(max-width: 1080px) 100vw, 1080px" /><figcaption id="caption-attachment-19298" class="wp-caption-text">1.- Working with MariaDB before installing Joomla</figcaption></figure>
<p>In order for Joomla to run smoothly, you must change the permissions of the folder where it is installed. Also, the owner of the folder must be changed.</p>
<pre>:~$ sudo chown -R www-data:www-data /var/www/html/joomla <br />:~$ sudo chmod -R 755 /var/www/html/joomla</pre>
<p>Now we have to create a new virtual host dedicated to Joomla.</p>
<pre>:~$ sudo nano /etc/apache2/sites-available/joomla.conf</pre>
<p>And add the following:</p>
<pre>&lt;VirtualHost *:80&gt;<br />       ServerAdmin admin@your_domain.com<br />       DocumentRoot /var/www/html/joomla<br />       ServerName your-domain.com<br /><br />       &lt;Directory /var/www/html/joomla&gt;<br />             Options FollowSymlinks<br />             AllowOverride All<br />             Require all granted<br />       &lt;/Directory&gt;<br /><br />ErrorLog ${APACHE_LOG_DIR}/your-domain.com_error.log<br />CustomLog ${APACHE_LOG_DIR}/your-domain.com_access.log combined<br /><br />&lt;/VirtualHost&gt;</pre>
<figure id="attachment_19300" aria-describedby="caption-attachment-19300" style="width: 1080px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19300" src="https://www.osradar.com/wp-content/uploads/2020/03/2-28.png" alt="2.- Creating a new virtualhost for Joomla" width="1080" height="398" srcset="https://www.osradar.com/wp-content/uploads/2020/03/2-28.png 1080w, https://www.osradar.com/wp-content/uploads/2020/03/2-28-300x111.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/2-28-1024x377.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/2-28-768x283.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/2-28-696x256.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/2-28-1068x394.png 1068w" sizes="(max-width: 1080px) 100vw, 1080px" /><figcaption id="caption-attachment-19300" class="wp-caption-text">2.- Creating a new virtualhost for Joomla</figcaption></figure>
<p>Replace &#8220;your domain&#8221; with yours. As well as the other configurations. Then save the changes and close the file.</p>
<p>So, enable the new Virtualhost. Enable the rewrite module too and restart Apache.</p>
<pre>:~$ sudo ln -s /etc/apache2/sites-available/joomla.conf /etc/apache2/sites-enabled/joomla.conf<br />:~$ sudo a2enmod rewrite<br />:~$ sudo systemctl restart apache2</pre>
<p>So, complete the installation.</p>
<h3>Install Joomla on Debian 10</h3>
<p>Open your favorite web browser. And go to your server. You will see the following.</p>
<figure id="attachment_19302" aria-describedby="caption-attachment-19302" style="width: 1080px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19302" src="https://www.osradar.com/wp-content/uploads/2020/03/3-22.png" alt="3.- Installing Joomla on Debian 10" width="1080" height="533" srcset="https://www.osradar.com/wp-content/uploads/2020/03/3-22.png 1080w, https://www.osradar.com/wp-content/uploads/2020/03/3-22-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/3-22-1024x505.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/3-22-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/3-22-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/3-22-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/3-22-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/3-22-851x420.png 851w" sizes="(max-width: 1080px) 100vw, 1080px" /><figcaption id="caption-attachment-19302" class="wp-caption-text">3.- Installing Joomla on Debian 10</figcaption></figure>


<p>In this window, you have to set up the administrator account. As well as the initial site settings.</p>



<p>Then click on next.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="505" src="https://www.osradar.com/wp-content/uploads/2020/03/4-20-1024x505.png" alt="4.- Configuring Joomla" class="wp-image-19304" srcset="https://www.osradar.com/wp-content/uploads/2020/03/4-20-1024x505.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/4-20-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/4-20-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/4-20-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/4-20-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/4-20-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/4-20-851x420.png 851w, https://www.osradar.com/wp-content/uploads/2020/03/4-20.png 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>4.- Configuring Joomla</figcaption></figure>



<p>In this screen, you have to configure the parameters of the database. Write the name of the database created as well as the user and the password.</p>



<p>So, click on Next.</p>



<p>On this screen, you will make the last settings of the site. You can choose whether to use a data sample or not.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="505" src="https://www.osradar.com/wp-content/uploads/2020/03/5-21-1024x505.png" alt="5.- Installing Joomla on Debian 10" class="wp-image-19306" srcset="https://www.osradar.com/wp-content/uploads/2020/03/5-21-1024x505.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/5-21-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/5-21-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/5-21-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/5-21-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/5-21-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/5-21-851x420.png 851w, https://www.osradar.com/wp-content/uploads/2020/03/5-21.png 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>5.- Installing Joomla on Debian 10</figcaption></figure>



<p>Also, you will see a review of the server requirements. Check everything and click install.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="505" src="https://www.osradar.com/wp-content/uploads/2020/03/6-15-1024x505.png" alt="6.- Pre installation check" class="wp-image-19307" srcset="https://www.osradar.com/wp-content/uploads/2020/03/6-15-1024x505.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/6-15-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/6-15-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/6-15-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/6-15-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/6-15-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/6-15-851x420.png 851w, https://www.osradar.com/wp-content/uploads/2020/03/6-15.png 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>6.- Preinstallation check</figcaption></figure>



<p>If everything went well, you should see the following picture:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="505" src="https://www.osradar.com/wp-content/uploads/2020/03/7-12-1024x505.png" alt="7.- Joomla installed" class="wp-image-19309" srcset="https://www.osradar.com/wp-content/uploads/2020/03/7-12-1024x505.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/7-12-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/7-12-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/7-12-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/7-12-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/7-12-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/7-12-851x420.png 851w, https://www.osradar.com/wp-content/uploads/2020/03/7-12.png 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>7.- Joomla installed</figcaption></figure>



<p>Next, you will see the log in page.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="501" src="https://www.osradar.com/wp-content/uploads/2020/03/8-6-1024x501.png" alt="8.- Joomla log in page" class="wp-image-19310" srcset="https://www.osradar.com/wp-content/uploads/2020/03/8-6-1024x501.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/8-6-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/8-6-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/8-6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/8-6-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/8-6-696x340.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/8-6-1068x522.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/8-6-859x420.png 859w, https://www.osradar.com/wp-content/uploads/2020/03/8-6.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>8.- Joomla log in page</figcaption></figure>



<p>Next, you will see the application dashboard.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="505" src="https://www.osradar.com/wp-content/uploads/2020/03/9-8-1024x505.png" alt="9.- Joomla on Debian 10" class="wp-image-19311" srcset="https://www.osradar.com/wp-content/uploads/2020/03/9-8-1024x505.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/9-8-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/9-8-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/9-8-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/9-8-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/9-8-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/9-8-851x420.png 851w, https://www.osradar.com/wp-content/uploads/2020/03/9-8.png 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>9.- Joomla on Debian 10</figcaption></figure>



<p>So, create a new website with Joomla. Enjoy it.</p>



<h2>Conclusion</h2>



<p>Joomla is a marvel of open source. With it, you can create your personal websites and even blogs. So now it&#8217;s up to you to take advantage of it after you&#8217;ve learned how to install it on a server with Debian 10.</p>



<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener" aria-label="our Telegram channel (opens in a new tab)">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-joomla-debian-10/">How to install Joomla 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-joomla-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install WordPress with lighttpd on Debian 10?</title>
		<link>https://www.osradar.com/install-wordpress-with-lighttpd-debian-10/</link>
					<comments>https://www.osradar.com/install-wordpress-with-lighttpd-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 14 Jan 2020 23:33:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17536</guid>

					<description><![CDATA[<p>This time I will show you how to install WordPress with Lighttpd on Debian 10 What is WordPress? WordPress 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 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wordpress-with-lighttpd-debian-10/">How to install WordPress with lighttpd 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><strong>This time I will show you how to install WordPress with Lighttpd on Debian 10</strong></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>
<p>So, let us start.</p>
<h2>Install WordPress with Lighttpd on Debian 10</h2>
<h3>Install Lighttpd on Debian 10</h3>
<p>Obviously the first step is to install and run Lighttpd on Debian 10. But don&#8217;t worry, we have prepared a post for you so you can do it without any problems.</p>
<p><a href="https://www.osradar.com/install-lighttpd-debian-10/" target="_blank" rel="noopener noreferrer">How to install Lighttpd on Debian 10?</a></p>
<p>Of course, additionally, you have to install some extra PHP modules to make WordPress work properly.</p>
<pre>php7.3 php7.3-fpm php7.3-mysql php7.3-cli php7.3-curl php7.3-xml php-json php-zip php-mbstring php-gd php-intl php-cgi</pre>
<p>Once you have installed them, it is now the turn of the database manager.</p>
<h3>Create a new database and user for WordPress</h3>
<p>Now it&#8217;s time to install a database manager. In this case, we will opt for MariaDB. First we install it with the following command:</p>
<pre>:~$ sudo apt install mariadb-server</pre>
<p>Then, once the installation is complete, the mysq_secure_installation script must be run to define a new key for the root user and other configurations.</p>
<pre>:~$ sudo mysql_secure_installation</pre>
<p>After defining the new password for the root user, you will have to answer a few questions.</p>
<pre>Remove anonymous users? Y
Disallow root login remotely? Y
Remove test database and access to it? Y
Reload privilege tables now? Y</pre>
<p>Now access the MariaDB console to create the database for WordPress and a new user.</p>
<pre>:~$ sudo mysql -u root -p<br />&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>That&#8217;s enough. Now let&#8217;s download WordPress.</p>
<h3>Download WordPress on Debian 10</h3>
<p>Now we can download and install WordPress. So let&#8217;s go for it.</p>
<p>Go to the /tmp folder and from there do the download using wget.</p>
<pre>:~$ cd /tmp<br />:~$ wget -c https://wordpress.org/latest.tar.gz</pre>
<figure id="attachment_17552" aria-describedby="caption-attachment-17552" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17552" src="https://www.osradar.com/wp-content/uploads/2020/01/1-7.png" alt="1.- Download WordPress on Debian 10" width="1365" height="292" srcset="https://www.osradar.com/wp-content/uploads/2020/01/1-7.png 1365w, https://www.osradar.com/wp-content/uploads/2020/01/1-7-300x64.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/1-7-1024x219.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/1-7-768x164.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/1-7-696x149.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/1-7-1068x228.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-17552" class="wp-caption-text">1.- Download WordPress on Debian 10</figcaption></figure>
<p>Then, unzip it.</p>
<pre>:~$ tar -xvzf latest.tar.gz</pre>
<p>Then move it to /var/www/html/ and change the permissions of the folder as well as the owner of it.</p>
<pre>:~$ sudo mv wordpress/ /var/www/html/<br />:~$ sudo chown -R www-data:www-data /var/www/html/wordpress/<br />:~$ sudo chmod 755 -R /var/www/html/wordpress/</pre>
<p>Now we will create a new virtual host in Lighttpd.</p>
<p>First, let&#8217;s rename the WordPress folder with the name of the virtual host you want. In this case I will choose <strong>wordpress.osradar.lan</strong>. Obviously you are free to choose yours.</p>
<pre>:~$ sudo mv /var/www/html/wordpress/ /var/www/html/wordpress.osradar.lan</pre>
<p>Then, create the folder dedicated to virtual hosts in Lighttpd.</p>
<pre>:~$ sudo mkdir -p /etc/lighttpd/vhosts.d/</pre>
<p>And add it to the main Lighttpd configuration file:</p>
<pre>:~$ sudo nano /etc/lighttpd/lighttpd.conf</pre>
<pre>include_shell "cat /etc/lighttpd/vhosts.d/*.conf"</pre>
<p>Save the changes and close the file.</p>
<p>Now create the configuration file for the new Virtual host.</p>
<pre>:~$ sudo nano /etc/lighttpd/vhosts.d/wordpress.osradar.lan.conf</pre>
<p>Note how the file name equals the WordPress folder. This is for recommendation. Now add the following:</p>
<pre>$HTTP["host"] =~ "(^|.)wordpress.osradar.lan$" {<br />server.document-root = "/var/www/html/wordpress.osradar.lan"<br />server.errorlog = "/var/log/lighttpd/wordpress.osradar.lan-error.log"<br />accesslog.filename = "/var/log/lighttpd/wordpress.osradar.lan-access.log"<br />url.rewrite-final = ("^/(.*.php)" =&gt; "$0", "^/(.*)$" =&gt; "/index.php/$1" )<br />}</pre>
<figure id="attachment_17553" aria-describedby="caption-attachment-17553" style="width: 968px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17553" src="https://www.osradar.com/wp-content/uploads/2020/01/2-6.png" alt="2.- Creating a new virtual host for WordPress" width="968" height="212" srcset="https://www.osradar.com/wp-content/uploads/2020/01/2-6.png 968w, https://www.osradar.com/wp-content/uploads/2020/01/2-6-300x66.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/2-6-768x168.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/2-6-696x152.png 696w" sizes="(max-width: 968px) 100vw, 968px" /><figcaption id="caption-attachment-17553" class="wp-caption-text">2.- Creating a new virtual host for WordPress</figcaption></figure>
<p>Save the changes and close the file.</p>
<p>Now, check the syntax.</p>
<pre class="rich-text editor-rich-text__editable block-editor-rich-text__editable is-selected" role="textbox" contenteditable="true" aria-multiline="true" aria-label="Write preformatted text…">:~$ sudo lighttpd -t -f /etc/lighttpd/lighttpd.conf<br />Syntax OK</pre>
<p>And restart Lighttpd.</p>
<pre>:~$ sudo systemctl restart lighttpd</pre>
<p>Now, complete the installation using the web interface.</p>
<h3>Install WordPress with Lighttpd on Debian</h3>
<p>Now, open your web browser and go complete the installation. Remember that the address depends on your virtual host and your server. You will see the following:</p>
<figure id="attachment_17554" aria-describedby="caption-attachment-17554" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17554" src="https://www.osradar.com/wp-content/uploads/2020/01/3-6.png" alt="3.- WordPress installation" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/01/3-6.png 1354w, https://www.osradar.com/wp-content/uploads/2020/01/3-6-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/3-6-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/3-6-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/3-6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/3-6-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/3-6-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/3-6-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-17554" class="wp-caption-text">3.- WordPress installation</figcaption></figure>
<p>Now, type your database credentials.</p>
<figure id="attachment_17555" aria-describedby="caption-attachment-17555" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17555" src="https://www.osradar.com/wp-content/uploads/2020/01/4-5.png" alt="4.- Type the Database Credentials" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/01/4-5.png 1366w, https://www.osradar.com/wp-content/uploads/2020/01/4-5-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/4-5-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/4-5-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/4-5-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/4-5-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/4-5-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/4-5-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/4-5-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17555" class="wp-caption-text">4.- Type the Database Credentials</figcaption></figure>
<p>Now, start the installation.</p>
<figure id="attachment_17556" aria-describedby="caption-attachment-17556" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17556" src="https://www.osradar.com/wp-content/uploads/2020/01/5-4.png" alt="5.- Install WordPress with Lighttpd on Debian 10" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/01/5-4.png 1366w, https://www.osradar.com/wp-content/uploads/2020/01/5-4-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/5-4-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/5-4-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/5-4-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/5-4-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/5-4-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/5-4-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/5-4-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17556" class="wp-caption-text">5.- Install WordPress with Lighttpd on Debian 10</figcaption></figure>
<p>After that, configure the site information and the admin password.</p>
<figure id="attachment_17557" aria-describedby="caption-attachment-17557" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17557" src="https://www.osradar.com/wp-content/uploads/2020/01/6-3.png" alt="6.- Site information" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/01/6-3.png 1354w, https://www.osradar.com/wp-content/uploads/2020/01/6-3-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/6-3-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/6-3-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/6-3-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/6-3-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/6-3-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/6-3-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-17557" class="wp-caption-text">6.- Site information</figcaption></figure>
<p>If everything went well, you&#8217;ll see this screen:</p>
<figure id="attachment_17558" aria-describedby="caption-attachment-17558" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17558" src="https://www.osradar.com/wp-content/uploads/2020/01/7-1.png" alt="7.- WordPress successfully installed" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/01/7-1.png 1366w, https://www.osradar.com/wp-content/uploads/2020/01/7-1-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/7-1-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/7-1-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/7-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/7-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/7-1-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/7-1-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/7-1-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-17558" class="wp-caption-text">7.- WordPress successfully installed</figcaption></figure>
<p>Then you can log in with your username and password and you will see the dashboard.</p>
<figure id="attachment_17559" aria-describedby="caption-attachment-17559" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-17559" src="https://www.osradar.com/wp-content/uploads/2020/01/8.png" alt="8.- WordPress with lighttpd on Debian 10" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/01/8.png 1354w, https://www.osradar.com/wp-content/uploads/2020/01/8-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/8-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/8-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/8-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/8-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/8-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/8-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-17559" class="wp-caption-text">8.- WordPress with lighttpd on Debian 10</figcaption></figure>
<p>So, that is it.</p>
<h2>Conclusion</h2>
<p>While it is true that WordPress is very popular, most installations are done with Apache or Nginx. Well, today we&#8217;ve shown you how to use it with another fast and lightweight web server like Lighttpd.</p>
<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram channel.</a></p>
<p> </p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wordpress-with-lighttpd-debian-10/">How to install WordPress with lighttpd 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-with-lighttpd-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install WordPress (with Nginx) on CentOS 8 / RHEL 8 / Oracle Linux 8</title>
		<link>https://www.osradar.com/install-wordpress-centos-rhel-oracle-linux-8/</link>
					<comments>https://www.osradar.com/install-wordpress-centos-rhel-oracle-linux-8/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 06 Aug 2019 23:11:28 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Lemp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Oracle Linux]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12902</guid>

					<description><![CDATA[<p>Almost everyone knows that WordPress is the most popular CMS in the world. And nothing better than having it installed on our personal server to deploy websites quickly. If in addition to this, we add Nginx as a web server then we would have a website quite fast and with great performance. Therefore, in this [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wordpress-centos-rhel-oracle-linux-8/">Install WordPress (with Nginx) on CentOS 8 / RHEL 8 / Oracle Linux 8</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Almost everyone knows that WordPress is the most popular CMS in the world. And nothing better than having it installed on our personal server to deploy websites quickly. If in addition to this, we add Nginx as a web server then we would have a website quite fast and with great performance. Therefore, in this post, I will show you how to install WordPress on CentOS, RHEL and Oracle Linux 8 using <a href="https://www.osradar.com/install-nginx-from-the-source-code-ubuntu-18-04/" rel="noopener">Nginx</a>.</p>
<p>There are companies today that create websites only available from the business network. Many with the purpose of communicating with workers, or making available resources of the company. At least, in my environment, there are several companies that do it. And they use WordPress to deploy them. So, the utility of having it installed is maximum.</p>
<p>On the other hand, we may want a personal blog on our own server. Either in the cloud or we have the computer physically.</p>
<p>In any case, <a href="https://wordpress.com/" rel="noopener">WordPress</a> which is a <a href="https://www.osradar.com/tag/cms/" rel="noopener">CMS</a> is a software that allows you to make websites or blogs quickly and easily. It also manages the publication and realization of page entries. The ability to customize is quite extensive and almost everything can be done without advanced knowledge of HTML or CSS. In fact, most websites are designed with WordPress. This is where their potential lies.</p>
<p>So, let us install WordPress on CentOS, RHEL and Oracle Linux 8.</p>
<h2>1) Install LEMP on CentOS, RHEL and Oracle Linux 8</h2>
<p>In order to install WordPress, it is first necessary to have a ready and functional web server. In this case, we have opted for Nginx so we will have to have a LEMP server.</p>
<p>But it is not a problem, because we have done a complete tutorial to install LEMP on CentOS, RHEL and Oracle Linux 8.</p>
<p>Read <a href="https://www.osradar.com/how-to-install-lemp-on-oracle-linux-8-rhel-8-centos-8/" rel="noopener">How to install LEMP on CentOS 8, RHEL 8 and Oracle Linux 8?</a></p>
<p>You just have to pay attention to have these PHP modules installed</p>
<pre>:~# dnf install php php-fpm php-common php-mysqlnd php-gd php-xml php-mbstring php-xml</pre>
<p>Once you have the LEMP server up and running, move on.</p>
<h2>2) Create a new database user for WordPress</h2>
<p>WordPress requires a database manager to store everything that is happening on the site. But not only that but other things more.</p>
<p>For security reasons, it is advisable to create a new user and database dedicated to WordPress. Then, go to the MariaDB console and type.</p>
<pre>:~# mysql -u root -p</pre>
<pre>&gt; CREATE DATABASE wordpressdb;
&gt; GRANT ALL PRIVILEGES ON wordpressdb.* TO 'wordpressuser'@'localhost' IDENTIFIED BY 'wordpresspss';
&gt; FLUSH PRIVILEGES;
&gt; exit;</pre>
<p><figure id="attachment_12915" aria-describedby="caption-attachment-12915" style="width: 887px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12915" src="https://www.osradar.com/wp-content/uploads/2019/08/1-1.jpeg" alt="1.- Creating the new user for WordPress" width="887" height="364" srcset="https://www.osradar.com/wp-content/uploads/2019/08/1-1.jpeg 887w, https://www.osradar.com/wp-content/uploads/2019/08/1-1-300x123.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/1-1-768x315.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/1-1-696x286.jpeg 696w" sizes="(max-width: 887px) 100vw, 887px" /><figcaption id="caption-attachment-12915" class="wp-caption-text">1.- Creating the new user for WordPress</figcaption></figure></p>
<p>Of course, you can define the names you want.</p>
<h2>3) Install WordPress on CentOS, RHEL and Oracle Linux (I)</h2>
<p>Now we can install WordPress on CentOS / RHEL / Oracle Linux 8. To do this, first, you have to download it using wget. If you do not have it installed, you have to do it first.</p>
<pre>:~# cd /tmp/
:~# wget -c https://wordpress.org/latest.tar.gz</pre>
<p><figure id="attachment_12916" aria-describedby="caption-attachment-12916" style="width: 1325px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12916" src="https://www.osradar.com/wp-content/uploads/2019/08/2-1.jpeg" alt="2.- Downloading WordPress" width="1325" height="254" srcset="https://www.osradar.com/wp-content/uploads/2019/08/2-1.jpeg 1325w, https://www.osradar.com/wp-content/uploads/2019/08/2-1-300x58.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/2-1-768x147.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/2-1-1024x196.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/2-1-696x133.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/2-1-1068x205.jpeg 1068w" sizes="(max-width: 1325px) 100vw, 1325px" /><figcaption id="caption-attachment-12916" class="wp-caption-text">2.- Downloading WordPress</figcaption></figure></p>
<p>Next, decompress the file.</p>
<pre>:~# tar -xvzf latest.tar.gz</pre>
<p>Now, you have to move the generated folder to <code>/usr/share/nginx/html/</code>. Then, set the right permissions to the folder.</p>
<pre>:~# mv wordpress/ /usr/share/nginx/html/
:~# chown -R nginx:nginx /usr/share/nginx/html/
:~# chmod 755 -R /usr/share/nginx/html/</pre>
<p>Then, restart Nginx.</p>
<pre>:~# systemctl restart nginx</pre>
<h2>4) Install WordPress on CentOS, RHEL, Oracle Linux 8 (II)</h2>
<p>Now, open your browser and go your server and complete the installation.</p>
<p><figure id="attachment_12920" aria-describedby="caption-attachment-12920" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12920" src="https://www.osradar.com/wp-content/uploads/2019/08/5.png" alt="5.- Welcome screen" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/08/5.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/5-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/5-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/5-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/5-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/5-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/5-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12920" class="wp-caption-text">5.- Welcome screen</figcaption></figure></p>
<p>Now, type your DB credentials.</p>
<p><figure id="attachment_12922" aria-describedby="caption-attachment-12922" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-12922 size-full" src="https://www.osradar.com/wp-content/uploads/2019/08/6-1.png" alt="6.- DB credentials to install WordPress on CentOS, RHEL and Oracle Linux 8" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/08/6-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/6-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/6-1-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/6-1-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/6-1-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/6-1-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/6-1-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12922" class="wp-caption-text">6.- DB credentials to install WordPress on CentOS, RHEL and Oracle Linux 8</figcaption></figure></p>
<p>Now, we can start the installation.</p>
<p><figure id="attachment_12923" aria-describedby="caption-attachment-12923" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12923" src="https://www.osradar.com/wp-content/uploads/2019/08/7.png" alt="7.- Start to install WordPress on Centos, RHEL and Oracle Linux 8" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/08/7.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/7-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/7-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/7-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/7-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/7-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/7-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12923" class="wp-caption-text">7.- Start to install WordPress on Centos, RHEL and Oracle Linux 8</figcaption></figure></p>
<p>Then, type the site information.</p>
<p><figure id="attachment_12924" aria-describedby="caption-attachment-12924" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12924" src="https://www.osradar.com/wp-content/uploads/2019/08/8.png" alt="8.- Site information" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/08/8.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/8-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/8-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/8-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/8-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/8-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/8-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12924" class="wp-caption-text">8.- Site information</figcaption></figure></p>
<p>If everything went well, you will see the following screen.</p>
<p><figure id="attachment_12925" aria-describedby="caption-attachment-12925" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12925" src="https://www.osradar.com/wp-content/uploads/2019/08/9.png" alt="9.- WordPress is installed" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/08/9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/9-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/9-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/9-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/9-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/9-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/9-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12925" class="wp-caption-text">9.- WordPress is installed</figcaption></figure></p>
<p>Now, you can log in to admin your WordPress instance.</p>
<p><figure id="attachment_12926" aria-describedby="caption-attachment-12926" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12926" src="https://www.osradar.com/wp-content/uploads/2019/08/10.png" alt="10.- WordPress Log in" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/08/10.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/10-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/10-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/10-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/10-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/10-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/10-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12926" class="wp-caption-text">10.- WordPress Login</figcaption></figure></p>
<p>Then, you will see the WordPress dashboard.</p>
<p><figure id="attachment_12927" aria-describedby="caption-attachment-12927" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12927" src="https://www.osradar.com/wp-content/uploads/2019/08/11.png" alt="11.- WordPress Dashboard" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/08/11.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/11-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/11-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/11-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/11-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/11-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/11-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12927" class="wp-caption-text">11.- WordPress Dashboard</figcaption></figure></p>
<p>And that&#8217;s it.</p>
<h2>Conclusion</h2>
<p>In this post, you learned how to install WordPress on CentOS, RHEL and Oracle Linux 8. This way you can deploy quality websites using a reliable web server like Nginx on a robust operating system like those of the Red Hat family. As you can see, the installation is not complicated.</p>
<p>Please share this post and join <a href="https://t.me/osradar" rel="noopener noreferrer">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wordpress-centos-rhel-oracle-linux-8/">Install WordPress (with Nginx) on CentOS 8 / RHEL 8 / Oracle Linux 8</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-centos-rhel-oracle-linux-8/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>How to install Wagtail on Ubuntu 18.04?</title>
		<link>https://www.osradar.com/how-to-install-wagtail-on-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/how-to-install-wagtail-on-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 20 Jul 2019 00:33:04 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[gunicorn]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wagtail]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12521</guid>

					<description><![CDATA[<p>As today almost everything has to do with the Internet and blogs, there are many CMS available. In this post, I will show you how to install Wagtail on Ubuntu 18.04. Of course, I will also tell you about this great CMS new and very well designed. Wagtail is built with Python We have talked [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-wagtail-on-ubuntu-18-04/">How to install Wagtail 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>As today almost everything has to do with the Internet and blogs, there are many CMS available. In this post, I will show you how to install Wagtail on Ubuntu 18.04. Of course, I will also tell you about this great CMS new and very well designed.</p>
<h2>Wagtail is built with Python</h2>
<p>We have talked about many <a href="https://www.osradar.com/tag/cms/">CMS</a> on this website. Some with very new features and others simpler and focused on a very specific audience. But Wagtail is something different.</p>
<p><a href="https://wagtail.io/">Wagtail</a> is an open source CMS that is built <strong>with <a href="https://www.osradar.com/install-django-ubuntu-18-04/">Django</a> and therefore in <a href="https://www.osradar.com/get-the-latest-python-on-linux/">Python</a></strong>. This has many advantages in the execution of the application. Above all in issues of performance and clarity of code.</p>
<p>On the other hand, many well-known companies use Wagtail to build some websites, like <a href="https://www.osradar.com/improve-the-firefox-scroll-down/">Mozilla</a> or BMW. So, we are in the presence of a quite powerful CMS.</p>
<p>Some of its main <a href="https://wagtail.io/features/">features</a> focus on fast content <strong>editing using blocks</strong>; likewise, Wagtail has a <strong>form builder</strong> and <strong>integrates <a href="https://www.osradar.com/setting-up-elasticsearch-on-linux/">elasticsearch</a></strong> to do intelligent searches.</p>
<p>Finally, Wagtail wants the user not to waste too much time on configurations. He only spends time perfecting the website. That is to say, it is a CMS out the box. Everything is working for the first time.</p>
<p>So, let us install Wagtail.</p>
<h2>First steps to install Wagtail</h2>
<p>First, we need to update the system so that all the security patches are properly installed.</p>
<p>Open a terminal or connect to your SSH server and run the following:</p>
<pre>:~$ sudo apt update
:~$ sudo apt upgrade</pre>
<p>Then you need to install Python, Python PIP and the tool to create virtual environments with Python. So you have to run this command to do it.</p>
<pre>:~$ sudo apt install python3 python3-pip python3-venv</pre>
<h3>Create a virtual environment for Wagtail</h3>
<p>The next step is to create a virtual Python environment for Wagtail. This way we will be able to isolate the installation and create more security. Besides that, it will facilitate the installation together with PIP. First, install it.</p>
<pre>:~$ sudo pip3 install virtualenv</pre>
<p><figure id="attachment_12599" aria-describedby="caption-attachment-12599" style="width: 1361px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12599" src="https://www.osradar.com/wp-content/uploads/2019/07/1-4.png" alt="1.- install Python env" width="1361" height="250" srcset="https://www.osradar.com/wp-content/uploads/2019/07/1-4.png 1361w, https://www.osradar.com/wp-content/uploads/2019/07/1-4-300x55.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/1-4-768x141.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/1-4-1024x188.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/1-4-696x128.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/1-4-1068x196.png 1068w" sizes="(max-width: 1361px) 100vw, 1361px" /><figcaption id="caption-attachment-12599" class="wp-caption-text">1.- install Python env</figcaption></figure></p>
<p>Then, create a new user. And add it to the sudoers file.</p>
<pre>:~$ sudo useradd -m -s /bin/bash wag
:~$ sudo passwd wag
passwd: password updated successfully
:~$ sudo nano /etc/sudoers
wag ALL=(ALL:ALL) ALL</pre>
<p>Next, create a virtual environment.</p>
<pre>:~$ su - wag
:~$ virtualenv wagtail</pre>
<p><figure id="attachment_12600" aria-describedby="caption-attachment-12600" style="width: 790px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12600" src="https://www.osradar.com/wp-content/uploads/2019/07/2-4.png" alt="2.- Create the python environment" width="790" height="211" srcset="https://www.osradar.com/wp-content/uploads/2019/07/2-4.png 790w, https://www.osradar.com/wp-content/uploads/2019/07/2-4-300x80.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/2-4-768x205.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/2-4-696x186.png 696w" sizes="(max-width: 790px) 100vw, 790px" /><figcaption id="caption-attachment-12600" class="wp-caption-text">2.- Create a python environment</figcaption></figure></p>
<p>You can replace &#8220;wagtail&#8221; for any name what you want.</p>
<h3>Install Wagtail</h3>
<p>Now that we have the virtual environment created, we will be able to install Wagtail. However, first, we must activate it.</p>
<pre>:~$ source ~/wagtail/bin/activate</pre>
<p>Now, you can install Wagtail.</p>
<pre>:~$ pip install wagtail</pre>
<p><figure id="attachment_12601" aria-describedby="caption-attachment-12601" style="width: 444px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12601" src="https://www.osradar.com/wp-content/uploads/2019/07/3-2.png" alt="3.- Install Wagtail on Ubuntu 18.04" width="444" height="61" srcset="https://www.osradar.com/wp-content/uploads/2019/07/3-2.png 444w, https://www.osradar.com/wp-content/uploads/2019/07/3-2-300x41.png 300w" sizes="(max-width: 444px) 100vw, 444px" /><figcaption id="caption-attachment-12601" class="wp-caption-text">3.- Install Wagtail on Ubuntu 18.04</figcaption></figure></p>
<p>In this case, the command is PIP and not PIP3. This is because, in Python virtual environments, the PIP command does not distinguish from the version used. Therefore, it will always be PIP regardless of the version we have.</p>
<p>Now,  we can create a new project.</p>
<pre>:~$ cd ~
:~$ wagtail start [project_name]</pre>
<p><figure id="attachment_12602" aria-describedby="caption-attachment-12602" style="width: 783px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12602" src="https://www.osradar.com/wp-content/uploads/2019/07/4.png" alt="4.- Create a new wagtail project" width="783" height="151" srcset="https://www.osradar.com/wp-content/uploads/2019/07/4.png 783w, https://www.osradar.com/wp-content/uploads/2019/07/4-300x58.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/4-768x148.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/4-696x134.png 696w" sizes="(max-width: 783px) 100vw, 783px" /><figcaption id="caption-attachment-12602" class="wp-caption-text">4.- Create a new wagtail project</figcaption></figure></p>
<p>Then, after the project directory is created. You need to follow these commands to start the new project.</p>
<pre>:~$ cd [project_name]
:~$ python manage.py migrate
:~$ python manage.py createsuperuser
:~$ python manage.py runserver 0.0.0.0:8000</pre>
<p>Now, open your web browser and go to http://server-ip:8000. Remember to open the port on the firewall.</p>
<p><figure id="attachment_12603" aria-describedby="caption-attachment-12603" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12603" src="https://www.osradar.com/wp-content/uploads/2019/07/5.png" alt="5.- Wagtail running" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/07/5.png 1366w, https://www.osradar.com/wp-content/uploads/2019/07/5-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/5-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/5-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/5-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/07/5-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/5-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/07/5-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12603" class="wp-caption-text">5.- Wagtail running</figcaption></figure></p>
<p>And you can go to the admin page on http://server-ip:8000/admin. You can log in with the super user previously created.</p>
<p><figure id="attachment_12604" aria-describedby="caption-attachment-12604" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12604" src="https://www.osradar.com/wp-content/uploads/2019/07/6.png" alt="6.- Wagtail admin" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/07/6.png 1366w, https://www.osradar.com/wp-content/uploads/2019/07/6-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/6-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/6-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/6-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/07/6-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/6-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/07/6-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12604" class="wp-caption-text">6.- Wagtail admin</figcaption></figure></p>
<h3>Install Gunicorn</h3>
<p>Wagtail is an application built in Django. In that aspect, to deploy it is convenient to use a request manager that runs in Python. But ironically, Python is not the best for processing all requests. In this sense, I will use <a href="https://gunicorn.org/">Gunicorn</a> and link it to the project. Then, I&#8217;ll install <a href="https://www.osradar.com/install-nginx-from-the-source-code-ubuntu-18-04/">Nginx</a>.</p>
<pre>:~$ pip install gunicorn
:~$ cd ~/wagproject
:~$ python manage.py collectstatic
:~$ deactivate
:~$ exit</pre>
<p><figure id="attachment_12605" aria-describedby="caption-attachment-12605" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12605" src="https://www.osradar.com/wp-content/uploads/2019/07/7.png" alt="7.- Getting gunicorn to install Wagtail correctly" width="1365" height="319" srcset="https://www.osradar.com/wp-content/uploads/2019/07/7.png 1365w, https://www.osradar.com/wp-content/uploads/2019/07/7-300x70.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/7-768x179.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/7-1024x239.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/7-696x163.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/7-1068x250.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12605" class="wp-caption-text">7.- Getting gunicorn to install Wagtail correctly</figcaption></figure></p>
<p>Now, create a new systemd file to manage gunicorn like a service.</p>
<pre>:~$ sudo nano /etc/systemd/system/gunicorn.service</pre>
<p>And add the following:</p>
<pre>[Unit]
Description=Gunicorn Daemon file
After=network.target

[Service]
User=wag
Group=www-data
WorkingDirectory=/home/wag/wagproject
ExecStart=/home/wag/wagtail/bin/gunicorn --access-logfile - --workers 3 --bind unix:/home/wag/wagproject.sock wagproject.wsgi:application

[Install]
WantedBy=multi-user.target</pre>
<p><figure id="attachment_12607" aria-describedby="caption-attachment-12607" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12607" src="https://www.osradar.com/wp-content/uploads/2019/07/88888.png" alt="8.- Creating a systemctl service for gunicorn" width="1365" height="263" srcset="https://www.osradar.com/wp-content/uploads/2019/07/88888.png 1365w, https://www.osradar.com/wp-content/uploads/2019/07/88888-300x58.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/88888-768x148.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/88888-1024x197.png 1024w, https://www.osradar.com/wp-content/uploads/2019/07/88888-696x134.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/88888-1068x206.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12607" class="wp-caption-text">8.- Creating a systemctl service for gunicorn</figcaption></figure></p>
<p>Remember, change the user name and the project name so that everything works well.</p>
<p>Press CTRL + O to save the changes and CTRL + X to close the file.</p>
<p>Next, reload all systemd daemon to apply the changes.</p>
<pre>:~$ sudo systemctl daemon-reload</pre>
<p>Then, start gunicorn.</p>
<pre>:~$ sudo systemctl start gunicorn</pre>
<h3>Install Nginx</h3>
<p>As I mentioned earlier, Python is not the best at processing requests. Then, with Nginx, we will be able to improve all that request flow. So let&#8217;s install it</p>
<pre>:~$ sudo apt install nginx</pre>
<p>Now let&#8217;s create a new Nginx server block file.</p>
<pre>:~$ nano /etc/nginx/sites-enabled/your-domain.conf</pre>
<p>Add the following:</p>
<pre>server {
    listen 80;
    server_name your-domain.com;

    location = /favicon.ico { access_log off; log_not_found off; }
    location /static/ {
        root /home/wag/wagproject;
    }

    location / {
        proxy_set_header Host $http_host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
        proxy_pass http://unix:/home/wag/wagproject.sock;
    }
}</pre>
<p>Save the changes and close the file.</p>
<p>Then, assign permissions on the project folder and add the new user to the www-data group.</p>
<pre>:~$ sudo usermod -aG www-data wag
:~$ sudo chmod -R 710 /home/wag</pre>
<p>Finally, start and enable Nginx.</p>
<pre>:~$ sudo systemctl enable nginx
:~$ sudo systemctl start nginx</pre>
<p>Now, you can access to Wagtail using your web browser to your domain.</p>
<p>And that is it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-wagtail-on-ubuntu-18-04/">How to install Wagtail 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-wagtail-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</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>
	</channel>
</rss>
