matiasdelellis / facerecognition

Nextcloud app that implement a basic facial recognition system.
GNU Affero General Public License v3.0
528 stars 46 forks source link

Wiki Installation improvement suggestion #234

Open onkeljuergen opened 4 years ago

onkeljuergen commented 4 years ago

Hi,

thanks for that wonderfull nextcloud app. I am already using it since 2 months now and I am super happy with it.

One think I would ask to improve in the installation instructions: Every time I change my php installation version I recompile all libs and everytime I have to execute

phpenmod pdlib

to make it work.

It would be nice if you could add this to your installation instructions.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/89561471-wiki-installation-improvement-suggestion?utm_campaign=plugin&utm_content=tracker%2F74944432&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F74944432&utm_medium=issues&utm_source=github).
matiasdelellis commented 4 years ago

Hi @onkeljuergen

thanks for that wonderfull nextcloud app. I am already using it since 2 months now and I am super happy with it.

Thank you!. Always comfort some good words .. :smiley:

One think I would ask to improve in the installation instructions:

We still have to improve the documentation, so any ideas or comments are welcome.

Every time I change my php installation version I recompile all libs and everytime I have to execute

Why do you change the PHP version? It is not normal. :sweat_smile: You would have to trust your distribution packages. :wink:

phpenmod pdlib to make it work. It would be nice if you could add this to your installation instructions.

It seems interesting, but I can't find this tool in any distribution. I guess it's a tool that you installed by hand, and it's part of the workflow job. But it seems a very particular case.

Maybe I will add a warning, that you must re-activate if you change your installation, but I cannot suggest use it, because in any case I should first explain how to install and use it. Sorry. :disappointed:

Regards, Thanks again,

Matias

onkeljuergen commented 4 years ago

Hi Matias,

> cat /etc/issue Ubuntu 19.10

> apt-file search phpenmod php-common: /usr/sbin/phpenmod

Why do you change the PHP version? It is not normal. 😅 You would have to trust your distribution packages.

I made an upgrade of php 7.3 to 7.4.

Best regards Jürgen

matiasdelellis commented 4 years ago

apt-file search phpenmod php-common: /usr/sbin/phpenmod

Ok.. I will investigate this tool better. If it's more or less standard, I can suggest it. :wink:

I made an upgrade of php 7.3 to 7.4.

I understand that you wanted to do it for performance, or some other issue, It is not common to do it, and if you decide to do it, you have to know that you have to check all the modules.. :wink:

I mean that I can't suggest a tool as a solution to a rare problem, but I can suggest it as an improvement to the initial setup. (Whenever it is standard.)

DrRSatzteil commented 4 years ago

One suggestion from my side: please mention somewhere that you need php-bz2 to be able to use facerecognition. The package wasn't installed on my server before. Neither model installation nor opening the admin panel in NC are working without this package. Thanks!

Apart from that: Great work! I love the app and see great potential.

matiasdelellis commented 4 years ago

One suggestion from my side: please mention somewhere that you need php-bz2

Oh .. you're right!. :wink:

Apart from that: Great work! I love the app and see great potential.

Thanks for your words!.