<?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>mantis Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/mantis/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 26 May 2020 15:47:42 +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 Mantis Bug Tracker on Ubuntu 20.04?</title>
		<link>https://www.osradar.com/install-mantis-bug-tracker-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/install-mantis-bug-tracker-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 26 May 2020 22:46:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mantis]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=20561</guid>

					<description><![CDATA[<p>Hi, folks. In this post, I will help you to install Mantis Bug Tracker on Ubuntu 20.04 If you are a developer you know that bugs are always present in the process of building a program. Especially if we work as a team on certain projects. Therefore, it is necessary to have software that can [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mantis-bug-tracker-ubuntu-20-04/">How to install Mantis Bug Tracker 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><strong>Hi, folks. In this post, I will help you to install Mantis Bug Tracker on Ubuntu 20.04</strong></p>



<p>If you are a developer you know that bugs are always present in the process of building a program. Especially if we work as a team on certain projects. Therefore, it is necessary to have software that can distribute the workflow of the project or simply track these problems.</p>



<p>A <a href="https://www.mantisbt.org/">Mantis Bug Tracker</a> is an open-source application that is used to test automated solutions, keeping a historical record of alterations and managing work teams remotely. On the other hand, Mantis Bug Tracker allows the team to report errors and organize who can take care of them. Users are able to get started in minutes and start managing their projects while collaborating with their teammates and clients effectively. So, let us start.</p>



<h2>Install Mantis Bug Tracker on Ubuntu 20.04</h2>



<h3>1.- Install LAMP on Ubuntu 20.04</h3>



<p>The way to install and configure Mantis Bug Tracker is from a powerful web interface. Therefore, a web server that meets these requirements is required.</p>



<p>For this case we will use Apache as the webserver. Besides, Mantis Bug Tracker requires a database manager. In this case, I will choose MariaDB because it is fast, easy, and perfectly compatible with the system and the program.</p>



<p>In short, a LAMP server is needed.</p>



<p>A <a href="https://www.osradar.com/install-lamp-ubuntu-20-04/">How to install LAMP on Ubuntu 20.04?</a></p>



<p>Also, you need to install the following PHP modules.</p>



<pre class="wp-block-preformatted">php7.4-mbstring php7.4-xmlrpc php7.4-soap php7.4-gd php7.4-xml php7.4-intl php7.4-mysql php7.4-cli php7.4-ldap php7.4-zip php7.4-curl php php-cli php-fpm php-pear php-bcmath
</pre>



<p>Now, we will be able to continue without problems.</p>



<h3>2.- Creating the new database for Mantis Bug Tracker</h3>



<p>Mantis is an application that generates a lot of data that has to be saved somewhere. For this, it requires a database manager and therefore a database.</p>



<p>So, it has to be created. To do this, open the MariaDB shell.</p>



<pre class="wp-block-preformatted">:~$ sudo mysql -u root -p</pre>



<p>Then create a new database for Mantis.</p>



<pre class="wp-block-preformatted">> CREATE DATABASE mantisdb;</pre>



<p>Now, create a new MariaDB user for Mantis.</p>



<pre class="wp-block-preformatted">> GRANT ALL PRIVILEGES ON mantisdb.* TO 'mantisuser'@'localhost' IDENTIFIED BY 'mantispss';</pre>



<p>Refresh user permissions:</p>



<pre class="wp-block-preformatted">> FLUSH PRIVILEGES;</pre>



<p>And exit the console</p>



<pre class="wp-block-preformatted">> exit;</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1013" height="424" src="https://www.osradar.com/wp-content/uploads/2020/05/1-17.png" alt="1.- Creating a new database for Mantis" class="wp-image-20562" srcset="https://www.osradar.com/wp-content/uploads/2020/05/1-17.png 1013w, https://www.osradar.com/wp-content/uploads/2020/05/1-17-300x126.png 300w, https://www.osradar.com/wp-content/uploads/2020/05/1-17-768x321.png 768w, https://www.osradar.com/wp-content/uploads/2020/05/1-17-696x291.png 696w" sizes="(max-width: 1013px) 100vw, 1013px" /><figcaption>1.- Creating a new database for Mantis</figcaption></figure>



<p>Now we can continue.</p>



<h3>3.- Download and configure Mantis Bug Tracker</h3>



<p>Now we can download the Mantis Bug Tracker package. To do this, download the <code>unzip</code> package that we will use to decompress the file.</p>



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



<p>Then go to the <code>/tmp/</code> folder and from there with the help of the <a href="https://www.osradar.com/the-wget-command/" target="_blank" rel="noreferrer noopener">wget command</a> perform the download.</p>



<pre class="wp-block-preformatted">:~$ cd /tmp/
:~$ wget -c https://sourceforge.net/projects/mantisbt/files/mantis-stable/2.24.1/mantisbt-2.24.1.zip
--2020-05-22 21:03:43-- https://sourceforge.net/projects/mantisbt/files/mantis-stable/2.24.1/mantisbt-2.24.1.zip
Resolving sourceforge.net (sourceforge.net)… 216.105.38.13
Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:443… connected.
HTTP request sent, awaiting response… 301 Moved Permanently
Location: https://sourceforge.net/projects/mantisbt/files/mantis-stable/2.24.1/mantisbt-2.24.1.zip/ [following]
--2020-05-22 21:03:44-- https://sourceforge.net/projects/mantisbt/files/mantis-stable/2.24.1/mantisbt-2.24.1.zip/
Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://sourceforge.net/projects/mantisbt/files/mantis-stable/2.24.1/mantisbt-2.24.1.zip/download [following]
--2020-05-22 21:03:45-- https://sourceforge.net/projects/mantisbt/files/mantis-stable/2.24.1/mantisbt-2.24.1.zip/download
Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://downloads.sourceforge.net/project/mantisbt/mantis-stable/2.24.1/mantisbt-2.24.1.zip?r=&amp;ts=1590181426&amp;use_mirror=pilotfiber [following]
--2020-05-22 21:03:47-- https://downloads.sourceforge.net/project/mantisbt/mantis-stable/2.24.1/mantisbt-2.24.1.zip?r=&amp;ts=1590181426&amp;use_mirror=pilotfiber
Resolving downloads.sourceforge.net (downloads.sourceforge.net)… 216.105.38.13
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.105.38.13|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://pilotfiber.dl.sourceforge.net/project/mantisbt/mantis-stable/2.24.1/mantisbt-2.24.1.zip [following]
--2020-05-22 21:03:48-- https://pilotfiber.dl.sourceforge.net/project/mantisbt/mantis-stable/2.24.1/mantisbt-2.24.1.zip
Resolving pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)… 69.12.26.12
Connecting to pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)|69.12.26.12|:443… connected.
HTTP request sent, awaiting response… 206 Partial Content
Length: 16319836 (16M), 7996764 (7.6M) remaining [application/octet-stream]
Saving to: ‘mantisbt-2.24.1.zip’
mantisbt-2.24.1.zip 100%[+++++++++++++++++++++++++++++++++++++++++++==========================================>] 15.56M 58.5KB/s in 47s
2020-05-22 21:04:37 (165 KB/s) - ‘mantisbt-2.24.1.zip’ saved [16319836/16319836]</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="432" src="https://www.osradar.com/wp-content/uploads/2020/05/2-21-1024x432.png" alt="2.- Download Mantis Bug Tracker on Ubuntu 20.04" class="wp-image-20563" srcset="https://www.osradar.com/wp-content/uploads/2020/05/2-21-1024x432.png 1024w, https://www.osradar.com/wp-content/uploads/2020/05/2-21-300x127.png 300w, https://www.osradar.com/wp-content/uploads/2020/05/2-21-768x324.png 768w, https://www.osradar.com/wp-content/uploads/2020/05/2-21-696x294.png 696w, https://www.osradar.com/wp-content/uploads/2020/05/2-21-1068x451.png 1068w, https://www.osradar.com/wp-content/uploads/2020/05/2-21.png 1353w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Download Mantis Bug Tracker on Ubuntu 20.04</figcaption></figure>



<p>Then decompress the file.</p>



<pre class="wp-block-preformatted">:~$ unzip mantisbt-2.24.1.zip</pre>



<p>Then, move the folder to the Apache root directory.</p>



<pre class="wp-block-preformatted">:~$ sudo mv mantisbt-2.24.1/ /var/www/html/mantisbt-2.24.1/</pre>



<p>Make Apache the owner of the folder:</p>



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



<p>And finally, assign the correct permissions so it can run smoothly.</p>



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



<p>The next step is to create a new Virtualhost for Apache to manage the Mantis bug tracker correctly.</p>



<p>So, create an Apache configuration file:</p>



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



<p>And adds the following content</p>



<pre class="wp-block-preformatted">&lt;VirtualHost *:80>
   ServerAdmin admin@your-server.com
   DocumentRoot "/var/www/html/mantisbt-2.24.1"
   ServerName bt.osradar.lan
   ServerAlias www.bt.osradar.lan
   ErrorLog "/var/log/apache2/mantisbt-error_log"
   TransferLog "/var/log/apache2/mantisbt-access_log"

      &lt;Directory "/var/www/html/mantisbt-2.24.1">
          DirectoryIndex index.php index.html
          Options FollowSymLinks
          AllowOverride None
          Require all granted
          Options MultiViews FollowSymlinks
      &lt;/Directory>
&lt;/VirtualHost></pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="999" height="379" src="https://www.osradar.com/wp-content/uploads/2020/05/3-18.png" alt="3.- The Virtualhos for Mantis" class="wp-image-20566" srcset="https://www.osradar.com/wp-content/uploads/2020/05/3-18.png 999w, https://www.osradar.com/wp-content/uploads/2020/05/3-18-300x114.png 300w, https://www.osradar.com/wp-content/uploads/2020/05/3-18-768x291.png 768w, https://www.osradar.com/wp-content/uploads/2020/05/3-18-696x264.png 696w" sizes="(max-width: 999px) 100vw, 999px" /><figcaption>3.- The Virtualhos for Mantis</figcaption></figure>



<p>Of course, replace <strong>ServerName</strong> with yours and then save the changes and close the file.</p>



<p>Then, enable the rewrite module and restart Apache.</p>



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



<p>Now you have to complete the installation through the web interface.</p>



<h3>4.- Install Mantis Bug Tracker on Ubuntu 20.04</h3>



<p>Open your web browser and go to <code>http://your-server</code> and you will see the following screen:</p>



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



<p>There will be a small scan on the server looking for the requirements. If everything appears good it means that it is in the system. Below, you will have to enter the credentials of the database we just created.</p>



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



<p>Then, it will start the installation. And if everything went well, at the bottom, you&#8217;ll see the following message. There you will have the link for the login screen.</p>



<p>In the login screen introduce the default credentials that are User: <strong>administrator</strong> Password: <strong>root</strong></p>



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



<p>Then you&#8217;ll see the dashboard.</p>



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



<p>So, Mantis Bug Tracker is ready. All that&#8217;s left is for you to take advantage of it and use it.</p>



<h2>Conclusion</h2>



<p>Mantis Bug Tracker is one of the best applications for monitoring and reporting bugs in a professional environment. So it becomes necessary in many software development organizations. Today, we have learned how to install it on Ubuntu 20.04. Everything has been simple and fast.</p>



<p>So, please share this post and join <a href="https://t.me" target="_blank" rel="noreferrer noopener">Our Telegram Channel</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mantis-bug-tracker-ubuntu-20-04/">How to install Mantis Bug Tracker 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-mantis-bug-tracker-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Mantis Bug Tracker on Debian 10?</title>
		<link>https://www.osradar.com/install-mantis-bug-tracker-debian-10/</link>
					<comments>https://www.osradar.com/install-mantis-bug-tracker-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 23 Nov 2019 00:11:52 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mantis]]></category>
		<category><![CDATA[mantis bug tracker]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=15694</guid>

					<description><![CDATA[<p>If you are a developer you know that bugs are always present in the process of building a program. Especially if we work as a team on certain projects. Therefore, it is necessary to have software that can distribute the workflow of the project or simply track these problems. That is why today I will [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mantis-bug-tracker-debian-10/">How to install Mantis Bug Tracker 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>If you are a developer you know that bugs are always present in the process of building a program. Especially if we work as a team on certain projects. Therefore, it is necessary to have software that can distribute the workflow of the project or simply track these problems. That is why today I will show you how to install Mantis Bug tracker on Debian 10.</p>
<p><a href="https://www.mantisbt.org/" rel="noopener">Mantis Bug Tracker</a> is an open-source application that is used to test automated solutions, keeping a historical record of alterations and managing work teams remotely.</p>
<p>On the other hand, Mantis Bug Tracker allows the team to report errors and organize who can take care of them. Users are able to get started in minutes and start managing their projects while collaborating with their teammates and clients effectively.</p>
<p>So, let us start.</p>
<h2>Install LAMP on Debian 10</h2>
<p>The application has an interface that is accessible from the web. Therefore, we will have to have a working LAMP server. Remember that this software stack is made up of several elements.</p>
<p>To do this, read our tutorial to install LAMP.</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>Once you have finished, you can continue with this tutorial.</p>
<h2>Creating the database for Mantis Bug tracker</h2>
<p>With the LAMP stack running, you need to create a new database for Mantis Bug Tracker. This is because the application needs a database manager to store all the data that is generated as it is used.</p>
<p>Then, you have to access the MariaDB console and create the database and the new user. So let&#8217;s go for it.</p>
<pre>:~$ sudo mysql -u root -p <br />&gt; CREATE DATABASE mantisdb; <br />&gt; GRANT ALL PRIVILEGES ON mantisdb.* TO 'mantisuser'@'localhost' IDENTIFIED BY 'mantispss'; <br />&gt; FLUSH PRIVILEGES; <br />&gt; exit;</pre>
<figure id="attachment_15744" aria-describedby="caption-attachment-15744" style="width: 983px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15744" src="https://www.osradar.com/wp-content/uploads/2019/11/1-14.png" alt="1.- Creating the new database for Mantis Bug Tracker" width="983" height="430" srcset="https://www.osradar.com/wp-content/uploads/2019/11/1-14.png 983w, https://www.osradar.com/wp-content/uploads/2019/11/1-14-300x131.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/1-14-768x336.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/1-14-696x304.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/1-14-960x420.png 960w" sizes="(max-width: 983px) 100vw, 983px" /><figcaption id="caption-attachment-15744" class="wp-caption-text">1.- Creating the new database for Mantis Bug Tracker</figcaption></figure>
<p>Now, we need to download Mantis.</p>
<h2>Install Mantis Bug Tracker on Debian 10 (I)</h2>
<p>At the time of writing this tutorial, the latest stable version is 2.22.1. So that is the version we will download.</p>
<pre>:~$ wget https://sourceforge.net/projects/mantisbt/files/mantis-stable/2.22.1/mantisbt-2.22.1.zip</pre>
<figure id="attachment_15745" aria-describedby="caption-attachment-15745" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15745" src="https://www.osradar.com/wp-content/uploads/2019/11/2-14.png" alt="2.- Download and install Mantis Bug Tracker on Debian 10" width="1365" height="567" srcset="https://www.osradar.com/wp-content/uploads/2019/11/2-14.png 1365w, https://www.osradar.com/wp-content/uploads/2019/11/2-14-300x125.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/2-14-768x319.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/2-14-1024x425.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/2-14-696x289.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/2-14-1068x444.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/2-14-1011x420.png 1011w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-15745" class="wp-caption-text">2.- Download and install Mantis Bug Tracker on Debian 10</figcaption></figure>
<p>Then, decompress it using unzip. If unzip is no installed, you can install it using this command:</p>
<pre>:~$ sudo apt install unzip</pre>
<p>So, decompress the file.</p>
<pre>:~$ unzip mantisbt-2.22.1.zip</pre>
<p>The next step is to move the generated folder to <code>/srv/</code> and change its execution permissions and owner.</p>
<pre>:~$ sudo mv mantisbt-2.22.1/ /srv/<br />:~$ sudo chown -R www-data:www-data /srv/mantisbt-2.22.1/<br />:~$ sudo chown -R 755 /srv/mantisbt-2.22.1/</pre>
<figure id="attachment_15746" aria-describedby="caption-attachment-15746" style="width: 708px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15746" src="https://www.osradar.com/wp-content/uploads/2019/11/3-13.png" alt="3.- Set the permission to the folder" width="708" height="163" srcset="https://www.osradar.com/wp-content/uploads/2019/11/3-13.png 708w, https://www.osradar.com/wp-content/uploads/2019/11/3-13-300x69.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/3-13-696x160.png 696w" sizes="(max-width: 708px) 100vw, 708px" /><figcaption id="caption-attachment-15746" class="wp-caption-text">3.- Set the permission to the folder</figcaption></figure>
<p>For Mantis to run smoothly, it is a good idea to create a new Apache virtual host. So, create a new file for it and add the following:</p>
<pre>:~$ sudo nano /etc/apache2/sites-enabled/mantis.conf</pre>
<pre>&lt;VirtualHost *:80&gt;<br />        ServerAdmin admin@your-server.com<br />        DocumentRoot "/srv/mantisbt-2.22.1"<br />        ServerName bt.osradar.lan<br />        ServerAlias www.bt.osradar.lan<br />        ErrorLog "/var/log/apache2/mantisbt-error_log"<br />        TransferLog "/var/log/apache2/mantisbt-access_log"<br />        &lt;Directory "/srv/mantisbt-2.22.1"&gt;<br />                DirectoryIndex index.php index.html<br />                Options FollowSymLinks<br />                AllowOverride None<br />                Require all granted<br />                Options MultiViews FollowSymlinks<br />        &lt;/Directory&gt;<br />&lt;/VirtualHost&gt;</pre>
<figure id="attachment_15747" aria-describedby="caption-attachment-15747" style="width: 982px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15747" src="https://www.osradar.com/wp-content/uploads/2019/11/4-11.png" alt="4.- Creating a new virtual host for Mantis" width="982" height="338" srcset="https://www.osradar.com/wp-content/uploads/2019/11/4-11.png 982w, https://www.osradar.com/wp-content/uploads/2019/11/4-11-300x103.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/4-11-768x264.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/4-11-696x240.png 696w" sizes="(max-width: 982px) 100vw, 982px" /><figcaption id="caption-attachment-15747" class="wp-caption-text">4.- Creating a new virtual host for Mantis</figcaption></figure>
<p>Of course, replace ServerName with the one you want.</p>
<p>Now we can complete the installation from the web interface.</p>
<h2>Install Mantis Bug Tracker on Debian 10 (II)</h2>
<p>Open your favorite web browser, and go to your server. You will see this:</p>
<figure id="attachment_15748" aria-describedby="caption-attachment-15748" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-15748 size-full" src="https://www.osradar.com/wp-content/uploads/2019/11/5-7.png" alt="5.- install Mantis Bug Tracker on Debian 10" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/11/5-7.png 1354w, https://www.osradar.com/wp-content/uploads/2019/11/5-7-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/5-7-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/5-7-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/5-7-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/5-7-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/5-7-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/5-7-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-15748" class="wp-caption-text">5.- install Mantis Bug Tracker on Debian 10</figcaption></figure>
<p>As you can see, the image shows all the requirements to install Mantis Bug Tracker. In this case, our Debian 10 meets all of them.</p>
<p>Then, we need to type the MariaDB credentials.</p>
<figure id="attachment_15749" aria-describedby="caption-attachment-15749" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15749" src="https://www.osradar.com/wp-content/uploads/2019/11/6-2.png" alt="6.- MariaDB credentials" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/11/6-2.png 1354w, https://www.osradar.com/wp-content/uploads/2019/11/6-2-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/6-2-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/6-2-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/6-2-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/6-2-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/6-2-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/6-2-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-15749" class="wp-caption-text">6.- MariaDB credentials</figcaption></figure>
<p>If everything went well, at the bottom of the page you will see the following message.</p>
<figure id="attachment_15750" aria-describedby="caption-attachment-15750" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15750" src="https://www.osradar.com/wp-content/uploads/2019/11/7-1.png" alt="7.- Mantis Bug Tracker installed " width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/11/7-1.png 1354w, https://www.osradar.com/wp-content/uploads/2019/11/7-1-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/7-1-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/7-1-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/7-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/7-1-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/7-1-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/7-1-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-15750" class="wp-caption-text">7.- Mantis Bug Tracker installed</figcaption></figure>
<p>Click on the Continue link and you will see the login page.</p>
<figure id="attachment_15751" aria-describedby="caption-attachment-15751" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15751" src="https://www.osradar.com/wp-content/uploads/2019/11/8.png" alt="8.- Mantis log in page" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/11/8.png 1366w, https://www.osradar.com/wp-content/uploads/2019/11/8-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/8-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/8-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/8-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/8-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/11/8-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/8-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/8-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-15751" class="wp-caption-text">8.- Mantis log in page</figcaption></figure>
<p>Log in with the user <strong>administrator</strong> and the password <strong>root</strong>. The first time you log in you will be asked to either disable this account or simply change the password.</p>
<figure id="attachment_15752" aria-describedby="caption-attachment-15752" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15752" src="https://www.osradar.com/wp-content/uploads/2019/11/9.png" alt="9.- Change the default password of the administrator account" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/11/9.png 1354w, https://www.osradar.com/wp-content/uploads/2019/11/9-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/9-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/9-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/9-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/9-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/9-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/9-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-15752" class="wp-caption-text">9.- Change the default password of the administrator account</figcaption></figure>
<p>Once you change it and log in again with your password, you will see the dashboard.</p>
<figure id="attachment_15753" aria-describedby="caption-attachment-15753" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15753" src="https://www.osradar.com/wp-content/uploads/2019/11/10.png" alt="10.- Mantis Bug Tracker on Debian 10" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/11/10.png 1354w, https://www.osradar.com/wp-content/uploads/2019/11/10-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/10-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/10-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/10-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/10-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/10-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/10-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-15753" class="wp-caption-text">10.- Mantis Bug Tracker on Debian 10</figcaption></figure>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>Mantis Bug Tracker is one of the best applications for monitoring and reporting bugs in a professional environment. So it becomes necessary in many software development organizations. Today, we have learned how to install it on Debian 10. Everything has been simple and fast.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mantis-bug-tracker-debian-10/">How to install Mantis Bug Tracker 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-mantis-bug-tracker-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
