mkucej / i-librarian-free

I, Librarian - open-source version of a PDF managing SaaS.
https://i-librarian.net
GNU General Public License v3.0
251 stars 28 forks source link

Update for Linux and Mac instructions #12

Closed drfraser closed 4 years ago

drfraser commented 4 years ago

Hi,

I think I'm finished, at least this is my version of the instructions. I tried to address common problems with configuring PHP-FPM as well. I can get a little verbose and README.md was looking too long, so I divided it up.

Unfortunately, I just don't see any way to easily setup I-Librarian on a Mac for non-technically inclined people (without the use of Homebrew/Macports) - Sodium/ARGON2 support is not prebuilt-in to anything for Mac or available like the Windows DLLs are. It may be in the core now, but one still has to explicitly enable it and install libsodium, etc.

Let me know if you want anything changed. A simple script invoking Homebrew or macports would be a possible solution towards an "easy install" but I assume the non-technical user base is mostly Windows.

Doug

mkucej commented 4 years ago

Thank you for this!