Can't login into Lychee

Good, now add /Lychee after the url

If I click here, it gets me back to the tiles.

I did needed to take ownership of the my_webapp folder though because my admin user didn’t had access.

Why? You changed the user running sudo -i

su - my_webapp.

ls -l
mv /var/www/my_webapp/www/Lychee/ /var/www/my_webapp/www/

Go back to the url of the app

Sorry, writing on mobile… Autocorrect keeps deleting some commands

No problems. I wasn’t able to login in user my_webapp. I’m gonna check why then.

image

I’m in french but I think the messages are still ok for you.

Did you chmod 777?

Before, I chown my_wbapp with another user instead. I’m not totally sure why. So I should go back to the admn user and chmod 777 instead?

No don’t

I guess I didn’t had enough coffee. Well thanks for your time anyway.

I will just delete the app and start over, it will refresh the rights if it’s the solution.

Just to be sure ls -l /var/www


my_webapp is owned to my user, yes.

Never, never chmod 777. Don’t change ownership.
Start over. Change user to root using sudo -i, then change user to my_webapp using su - my_webapp . Now go to www using cd www. Download the release, unzip it and move the content of lychee folder to the root of www. Head to the url of the app and continue installation.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.