<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install Snipe-IT (IT Asset Management) on CentOS and Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/install-snipe-it-asset-management-on-centos-ubuntu-debian/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-snipe-it-asset-management-on-centos-ubuntu-debian/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 14 Nov 2020 08:24:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Barani		</title>
		<link>https://www.tecmint.com/install-snipe-it-asset-management-on-centos-ubuntu-debian/comment-page-1/#comment-1389211</link>

		<dc:creator><![CDATA[Barani]]></dc:creator>
		<pubDate>Sat, 14 Nov 2020 08:24:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26215#comment-1389211</guid>

					<description><![CDATA[After installation when accessing the page it is completely blank.]]></description>
			<content:encoded><![CDATA[<p>After installation when accessing the page it is completely blank.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: eri		</title>
		<link>https://www.tecmint.com/install-snipe-it-asset-management-on-centos-ubuntu-debian/comment-page-1/#comment-1349928</link>

		<dc:creator><![CDATA[eri]]></dc:creator>
		<pubDate>Tue, 04 Aug 2020 04:07:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26215#comment-1349928</guid>

					<description><![CDATA[Hi,

I can&#039;t open the url/homepage. is something wrong with my configuration? i&#039;m installed on redhat 7 in remote host
&lt;pre&gt;
location /var/www/html/snipe-it
&lt;/pre&gt;
&lt;pre&gt;
.env 
   APP_URL=http://10.7.77.90/setup
&lt;/pre&gt;
snipeit.example.com.conf
&lt;pre&gt;
    ServerName snipeit.example.com
    DocumentRoot /var/www/html/snipe-it/public
    
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Require all granted
        Order allow,deny
        allow from all
    &lt;/pre&gt;
Please help, thank you]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I can&#8217;t open the url/homepage. is something wrong with my configuration? i&#8217;m installed on redhat 7 in remote host</p>
<pre>
location /var/www/html/snipe-it
</pre>
<pre>
.env 
   APP_URL=http://10.7.77.90/setup
</pre>
<p>snipeit.example.com.conf</p>
<pre>
    ServerName snipeit.example.com
    DocumentRoot /var/www/html/snipe-it/public
    
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Require all granted
        Order allow,deny
        allow from all
    </pre>
<p>Please help, thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-snipe-it-asset-management-on-centos-ubuntu-debian/comment-page-1/#comment-1341416</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 29 Jun 2020 04:54:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26215#comment-1341416</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-snipe-it-asset-management-on-centos-ubuntu-debian/comment-page-1/#comment-1341257&quot;&gt;Tuhin Debnath&lt;/a&gt;.

@Tuhin,

Thanks, I&#039;ve corrected the commands in the article as suggested by you...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-snipe-it-asset-management-on-centos-ubuntu-debian/comment-page-1/#comment-1341257">Tuhin Debnath</a>.</p>
<p>@Tuhin,</p>
<p>Thanks, I&#8217;ve corrected the commands in the article as suggested by you&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tuhin Debnath		</title>
		<link>https://www.tecmint.com/install-snipe-it-asset-management-on-centos-ubuntu-debian/comment-page-1/#comment-1341257</link>

		<dc:creator><![CDATA[Tuhin Debnath]]></dc:creator>
		<pubDate>Sun, 28 Jun 2020 07:16:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26215#comment-1341257</guid>

					<description><![CDATA[There is a syntax error in the command &lt;code&gt;sudo composer install --no-dev -prefer-source&lt;/code&gt;. The correct command is s&lt;code&gt;udo composer install --no-dev --prefer-source&lt;/code&gt;. There may also be a missing dependency of &lt;strong&gt;php-bcmath&lt;/strong&gt; package. Need to install using &lt;code&gt;yum install php-bcmath&lt;/code&gt;. It is a great post I hope it will help.]]></description>
			<content:encoded><![CDATA[<p>There is a syntax error in the command <code>sudo composer install --no-dev -prefer-source</code>. The correct command is s<code>udo composer install --no-dev --prefer-source</code>. There may also be a missing dependency of <strong>php-bcmath</strong> package. Need to install using <code>yum install php-bcmath</code>. It is a great post I hope it will help.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rohan		</title>
		<link>https://www.tecmint.com/install-snipe-it-asset-management-on-centos-ubuntu-debian/comment-page-1/#comment-1321014</link>

		<dc:creator><![CDATA[Rohan]]></dc:creator>
		<pubDate>Thu, 12 Mar 2020 05:32:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26215#comment-1321014</guid>

					<description><![CDATA[Thanks, Aaron and Ravi I will let you after a fresh installation.]]></description>
			<content:encoded><![CDATA[<p>Thanks, Aaron and Ravi I will let you after a fresh installation.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
