<?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>codoforum Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/codoforum/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 12 Sep 2020 22:01:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install CodoForum on Ubuntu 20.04 / Debian 10?</title>
		<link>https://www.osradar.com/how-to-install-codoforum-ubuntu-20-04-debian-10/</link>
					<comments>https://www.osradar.com/how-to-install-codoforum-ubuntu-20-04-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 15 Sep 2020 02:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codoforum]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=19085</guid>

					<description><![CDATA[<p>Hi, folks. In this post, I will show you how to install CodoForum in Ubuntu 20.04 /Debian 10. This program is quite useful to create your forums. Codoforum is a free application created in PHP and MySQL (MariaDB compatible too) that allows anyone to create a forum on a web server. This way, it becomes [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-codoforum-ubuntu-20-04-debian-10/">How to install CodoForum on Ubuntu 20.04 / 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>Hi, folks. In this post, I will show you how to install CodoForum in Ubuntu 20.04 /Debian 10. This program is quite useful to create your forums.</strong></p>
<p><a href="https://codoforum.com/" target="_blank" rel="noopener noreferrer">Codoforum</a> is a free application created in PHP and <a href="https://osradar.com/tag/mysql/" target="_blank" rel="noopener noreferrer">MySQL</a> (MariaDB compatible too) that allows anyone to create a forum on a web server. This way, it becomes very useful in community and educational projects.</p>
<p>Also, Codoforum has a very modern and nice graphical interface that is adapted to mobile phones and tablets. It is also very well optimized and can be run on almost any server.</p>
<p>So if you are planning to deploy a forum, with Codoforum you can do it quickly and easily.</p>
<h2>Install Codoforum on Ubuntu 20.04 / Debian 10</h2>
<h3>1.1- Install LAMP on Ubuntu 20.04 / Debian 10</h3>
<p>Yes, Codoforum is made in PHP and MySQL, so it can be installed on any operating system that supports LAMP. In the case of Debian, we have a tutorial to help you install it.</p>
<p><a href="https://www.osradar.com/install-lamp-on-debian-10/" target="_blank" rel="noopener noreferrer">How to install LAMP on Debian 10?</a></p>
<p>It is also necessary to install some extra PHP modules for it to run correctly. These are the following:</p>
<pre>php7.3 libapache2-mod-php7.3 php7.3-common php7.3-gmp php7.3-curl php7.3-intl php7.3-mbstring php7.3-xmlrpc php7.3-mysql php7.3-gd php7.3-bcmath php7.3-xml php7.3-cli php7.3-zip php7.3-sqlite3</pre>
<p>In the case of Ubuntu 20.04, we have this post so you can easily install LAMP.</p>
<p><a href="https://www.osradar.com/install-lamp-ubuntu-20-04/" target="_blank" rel="noopener noreferrer">How to install LAMP on Ubuntu 20.04?</a></p>
<p>And the modules to be installed are these:</p>
<pre>php7.4 libapache2-mod-php7.4 php7.4-common php7.4-gmp php7.4-curl php7.4-intl php7.4-mbstring php7.4-xmlrpc php7.4-mysql php7.4-gd php7.4-bcmath php7.4-xml php7.4-cli php7.4-zip php7.4-sqlite3</pre>
<p>When you have everything installed correctly, you can continue with the post.</p>
<h3>2.- Configuring MariaDB to work with Codoforum</h3>
<p>By default, it is necessary to create a new database for Codoforum and also make some adjustments to the root password of MariaDB.</p>
<p>Let&#8217;s go for it:</p>
<pre>:~$ sudo mysql -u root -p
&gt; CREATE DATABASE codoforumdb;
&gt; use mysql;
&gt; UPDATE mysql.user SET plugin = 'mysql_native_password' WHERE User = 'root';
&gt; FLUSH PRIVILEGES;
&gt; exit;</pre>
<figure id="attachment_19231" aria-describedby="caption-attachment-19231" style="width: 962px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19231" src="https://www.osradar.com/wp-content/uploads/2020/03/1-20.png" alt="1.- Configuring MariaDB" width="962" height="491" srcset="https://www.osradar.com/wp-content/uploads/2020/03/1-20.png 962w, https://www.osradar.com/wp-content/uploads/2020/03/1-20-300x153.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/1-20-768x392.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/1-20-696x355.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/1-20-823x420.png 823w" sizes="(max-width: 962px) 100vw, 962px" /><figcaption id="caption-attachment-19231" class="wp-caption-text">1.- Configuring MariaDB</figcaption></figure>
<p>What we&#8217;ve basically done is to change the root authentication plugin. This is to make it compatible with Codoforum.</p>
<h3>3.- Download Codoforum on Ubuntu 20.04 / Debian 10</h3>
<p>If you have Codoforum installed on a server, it is best to download it to another computer and upload it with a command called <code>scp</code>.</p>
<p>Go to the Codoforum download section and download the free version and then run the following command:</p>
<pre>:~$ scp codoforum.v.4.9.4.zip [your-server-user]@[your-server]:/tmp</pre>
<p>In my case, that&#8217;s the way the command is:</p>
<pre>:~$ scp codoforum.v.4.9.4.zip angelo@192.168.250.10:/tmp/</pre>
<p>As you may have noticed, I have placed it in the <code>/tmp</code> folder.</p>
<p>Now, get in that folder. Then create a folder called <code>codoforum</code> and unzip the file in that folder.</p>
<pre>:~$ cd /tmp
:~$ mkdir codoforum
:~$ unzip codoforum.v.4.9.4.zip -d codoforum/</pre>
<p>Then, move it to the Apache root directory and change the owner of the folder to <code>www-data</code> and assign the appropriate permissions.</p>
<pre>:~$ sudo mv codoforum/ /var/www/html/
:~$ sudo chown -R www-data:www-data /var/www/html/codoforum/
:~$ sudo chmod -R 755 /var/www/html/codoforum/</pre>
<figure id="attachment_19235" aria-describedby="caption-attachment-19235" style="width: 818px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19235" src="https://www.osradar.com/wp-content/uploads/2020/03/2-23.png" alt="2.- Set the right permissions to Codoforum" width="818" height="138" srcset="https://www.osradar.com/wp-content/uploads/2020/03/2-23.png 818w, https://www.osradar.com/wp-content/uploads/2020/03/2-23-300x51.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/2-23-768x130.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/2-23-696x117.png 696w" sizes="(max-width: 818px) 100vw, 818px" /><figcaption id="caption-attachment-19235" class="wp-caption-text">2.- Set the right permissions to Codoforum</figcaption></figure>
<p>The next step is to create a new virtualhost for Apache to properly recognize and manage Codoforum.</p>
<p>To do this, create a new text file for the virtualhost and add the following:</p>
<pre>:~$ sudo nano /etc/apache2/sites-available/codoforum.conf
&lt;VirtualHost *:80&gt;
     ServerAdmin admin@your_domain.com
      DocumentRoot /var/www/html/codoforum
     ServerName your-domain.com
     &lt;Directory /var/www/html/codoforum&gt;
          Options FollowSymlinks
          AllowOverride All
          Require all granted
     &lt;/Directory&gt;
     ErrorLog ${APACHE_LOG_DIR}/your-domain.com_error.log
     CustomLog ${APACHE_LOG_DIR}/your-domain.com_access.log combined
&lt;/VirtualHost&gt;</pre>
<figure id="attachment_19237" aria-describedby="caption-attachment-19237" style="width: 970px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19237" src="https://www.osradar.com/wp-content/uploads/2020/03/3-21.png" alt="3.- Creating a new virtualhost for Codoforum" width="970" height="315" srcset="https://www.osradar.com/wp-content/uploads/2020/03/3-21.png 970w, https://www.osradar.com/wp-content/uploads/2020/03/3-21-300x97.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/3-21-768x249.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/3-21-696x226.png 696w" sizes="(max-width: 970px) 100vw, 970px" /><figcaption id="caption-attachment-19237" class="wp-caption-text">3.- Creating a new virtualhost for Codoforum</figcaption></figure>
<p>Replace the ServerName by yours. Then, save the changes and close the file.</p>
<p>Next, enable the new Virtualhost, enable the rewrite module, and restart Apache.</p>
<pre>:~$ sudo a2ensite codoforum.conf
:~$ sudo a2enmod rewrite
:~$ sudo systemctl restart apache2</pre>
<p>Now, complete the installation using the web browser.</p>
<h3>4.- Install Codoforum on Ubuntu 20.04 / Debian 10</h3>
<p>Now in your favorite web browser, go to <code>http://your-server</code> and you will see the following screen:</p>
<figure id="attachment_19240" aria-describedby="caption-attachment-19240" style="width: 1349px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19240" src="https://www.osradar.com/wp-content/uploads/2020/03/4-18.png" alt="4.- License terms of Codoforum" width="1349" height="660" srcset="https://www.osradar.com/wp-content/uploads/2020/03/4-18.png 1349w, https://www.osradar.com/wp-content/uploads/2020/03/4-18-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/4-18-1024x501.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/4-18-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/4-18-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/4-18-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/4-18-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/4-18-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/4-18-858x420.png 858w" sizes="(max-width: 1349px) 100vw, 1349px" /><figcaption id="caption-attachment-19240" class="wp-caption-text">4.- License terms of Codoforum</figcaption></figure>
<p>After you read the license terms click on next.</p>
<p>Now you have to fill in the database fields and create the administrator user.</p>
<figure id="attachment_19242" aria-describedby="caption-attachment-19242" style="width: 1351px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19242 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/5-17.png" alt="5.- Installing Codoforum on Ubuntu 20.04 / Debian 10" width="1351" height="667" srcset="https://www.osradar.com/wp-content/uploads/2020/03/5-17.png 1351w, https://www.osradar.com/wp-content/uploads/2020/03/5-17-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/5-17-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/5-17-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/5-17-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/5-17-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/5-17-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/5-17-851x420.png 851w" sizes="(max-width: 1351px) 100vw, 1351px" /><figcaption id="caption-attachment-19242" class="wp-caption-text">5.- Installing Codoforum on Ubuntu 20.04 / Debian 10</figcaption></figure>
<p>Then, if everything went well, you&#8217;ll see the following message.</p>
<figure id="attachment_19243" aria-describedby="caption-attachment-19243" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19243 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/6-14.png" alt="6.- Codoforum installed" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/6-14.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/6-14-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/6-14-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/6-14-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/6-14-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/6-14-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/6-14-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/6-14-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/6-14-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19243" class="wp-caption-text">6.- Codoforum installed</figcaption></figure>
<p>Don&#8217;t forget to delete the installation file.</p>
<p>On that same screen, you will have the option to visit the Forum site.</p>
<figure id="attachment_19244" aria-describedby="caption-attachment-19244" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19244 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/7-10.png" alt="7.- Codoforum on Ubuntu 20.04 / Debian 10" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/7-10.png 1354w, https://www.osradar.com/wp-content/uploads/2020/03/7-10-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/7-10-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/7-10-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/7-10-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/7-10-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/7-10-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/7-10-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-19244" class="wp-caption-text">7.- Codoforum on Ubuntu 20.04 / Debian 10</figcaption></figure>
<p>Although it is also a good idea to look at the administration panel. To access it use this address <strong>http://your-server/admin/</strong></p>
<figure id="attachment_19246" aria-describedby="caption-attachment-19246" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19246" src="https://www.osradar.com/wp-content/uploads/2020/03/8-7.png" alt="8.- Codoforum log in page" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/8-7.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/8-7-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/8-7-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/8-7-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/8-7-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/8-7-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/8-7-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/8-7-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/8-7-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19246" class="wp-caption-text">8.- Codoforum log in page</figcaption></figure>
<p>Login and you will see the administration panel</p>
<figure id="attachment_19247" aria-describedby="caption-attachment-19247" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19247 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/9-7.png" alt="9.- Codoforum running on Ubuntu 20.04 / Debian 10" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/9-7.png 1354w, https://www.osradar.com/wp-content/uploads/2020/03/9-7-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/9-7-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/9-7-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/9-7-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/9-7-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/9-7-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/9-7-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-19247" class="wp-caption-text">9.- Codoforum running on Ubuntu 20.04 / Debian 10</figcaption></figure>
<p>And that&#8217;s it, enjoy Codoforum.</p>
<h2>Conclusion</h2>
<p>Codoforum is an ideal application to display a forum on our website. It has modern features that allow for great user experience. Furthermore, it is an application that can be installed on many servers because it is built with popular web technologies such as PHP and MySQL.</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>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-codoforum-ubuntu-20-04-debian-10/">How to install CodoForum on Ubuntu 20.04 / 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-codoforum-ubuntu-20-04-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
