<?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: Lychee &#8211; A Great Looking Photo Management System for Linux	</title>
	<atom:link href="https://www.tecmint.com/lychee-photo-management-system-for-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/lychee-photo-management-system-for-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 01 Nov 2021 08:00:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/lychee-photo-management-system-for-linux/comment-page-1/#comment-1630465</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 01 Nov 2021 07:53:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31137#comment-1630465</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/lychee-photo-management-system-for-linux/comment-page-1/#comment-1628863&quot;&gt;Bret&lt;/a&gt;.

@Bret,

Thanks for pointing out errors in the article. I have corrected the commands as suggested by you...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/lychee-photo-management-system-for-linux/comment-page-1/#comment-1628863">Bret</a>.</p>
<p>@Bret,</p>
<p>Thanks for pointing out errors in the article. I have corrected the commands as suggested by you&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bret		</title>
		<link>https://www.tecmint.com/lychee-photo-management-system-for-linux/comment-page-1/#comment-1628863</link>

		<dc:creator><![CDATA[Bret]]></dc:creator>
		<pubDate>Sun, 31 Oct 2021 04:27:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31137#comment-1628863</guid>

					<description><![CDATA[Thank you!  The best-organized description of how to do this. I&#039;ve tried all kinds of things, including docker installation.  Lychee&#039;s sites do not have well-organized documentation.  

Here are a couple of things that were missing:

1) nginx configuration should have &quot;&lt;strong&gt;root  /var/www/html/Lychee/public;&lt;/strong&gt;&quot;.  The &lt;strong&gt;/public&lt;/strong&gt; was missing.

2) permissions: inside the Lychee folder, run &quot;&lt;strong&gt;sudo chown -R sudo chown -R www-data:www-data:www-data&lt;/strong&gt;&quot;, because the Nginx server &quot;&lt;strong&gt;user&lt;/strong&gt;&quot; is &lt;strong&gt;www-data&lt;/strong&gt; and it needs to be able to write to &lt;strong&gt;public/&lt;/strong&gt;.  I couldn&#039;t get the permissions commands to work that you have.]]></description>
			<content:encoded><![CDATA[<p>Thank you!  The best-organized description of how to do this. I&#8217;ve tried all kinds of things, including docker installation.  Lychee&#8217;s sites do not have well-organized documentation.  </p>
<p>Here are a couple of things that were missing:</p>
<p>1) nginx configuration should have &#8220;<strong>root  /var/www/html/Lychee/public;</strong>&#8220;.  The <strong>/public</strong> was missing.</p>
<p>2) permissions: inside the Lychee folder, run &#8220;<strong>sudo chown -R sudo chown -R www-data:www-data:www-data</strong>&#8220;, because the Nginx server &#8220;<strong>user</strong>&#8221; is <strong>www-data</strong> and it needs to be able to write to <strong>public/</strong>.  I couldn&#8217;t get the permissions commands to work that you have.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kuno		</title>
		<link>https://www.tecmint.com/lychee-photo-management-system-for-linux/comment-page-1/#comment-1613146</link>

		<dc:creator><![CDATA[Kuno]]></dc:creator>
		<pubDate>Tue, 19 Oct 2021 22:14:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31137#comment-1613146</guid>

					<description><![CDATA[Hi

I tried to install Lychee according to your tutorial. I had problems at the beginning because my PHP is 7.2 and not 7, but I could solve this.

But now I am stuck at position 10:

root@Lychee:~# php -r &quot;if (hash_file(&#039;sha384&#039;, &#039;composer-setup.php&#039;) === &#039;93b54496392c062774670ac18b134c3b3a95e5a5e5c8f1a9f115f203b75bf9a129d5daa8ba6a13e2cc8a1da0806388a8&#039;) { echo &#039;Installer verified&#039;; } else { echo &#039;Installer corrupt&#039;; unlink(&#039;composer-setup.php&#039;); } echo PHP_EOL;&quot;
PHP Warning:  hash_file(composer-setup.php): failed to open stream: No such file or directory in Command line code on line 1
Installer corrupt PHP Warning:  unlink(composer-setup.php): No such file or directory in Command line code on line 1

what am I doing wrong
thanks for your help]]></description>
			<content:encoded><![CDATA[<p>Hi</p>
<p>I tried to install Lychee according to your tutorial. I had problems at the beginning because my PHP is 7.2 and not 7, but I could solve this.</p>
<p>But now I am stuck at position 10:</p>
<p>root@Lychee:~# php -r &#8220;if (hash_file(&#8216;sha384&#8217;, &#8216;composer-setup.php&#8217;) === &#8217;93b54496392c062774670ac18b134c3b3a95e5a5e5c8f1a9f115f203b75bf9a129d5daa8ba6a13e2cc8a1da0806388a8&#8242;) { echo &#8216;Installer verified&#8217;; } else { echo &#8216;Installer corrupt&#8217;; unlink(&#8216;composer-setup.php&#8217;); } echo PHP_EOL;&#8221;<br />
PHP Warning:  hash_file(composer-setup.php): failed to open stream: No such file or directory in Command line code on line 1<br />
Installer corrupt PHP Warning:  unlink(composer-setup.php): No such file or directory in Command line code on line 1</p>
<p>what am I doing wrong<br />
thanks for your help</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jason		</title>
		<link>https://www.tecmint.com/lychee-photo-management-system-for-linux/comment-page-1/#comment-1401964</link>

		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Thu, 17 Dec 2020 01:50:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31137#comment-1401964</guid>

					<description><![CDATA[I&#039;ve remotely installed &lt;strong&gt;Lychee&lt;/strong&gt; on my &lt;strong&gt;Raspberry Pi&lt;/strong&gt;. I don&#039;t have physical access to the device for the foreseeable future. When I get to step 13, I&#039;m getting a 403 Forbidden message. Any ideas on how to complete the installation? I feel like I&#039;m overlooking the obvious.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve remotely installed <strong>Lychee</strong> on my <strong>Raspberry Pi</strong>. I don&#8217;t have physical access to the device for the foreseeable future. When I get to step 13, I&#8217;m getting a 403 Forbidden message. Any ideas on how to complete the installation? I feel like I&#8217;m overlooking the obvious.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
