-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
CLI install bug with SQLite #1443
Copy link
Copy link
Closed
Description
I'm trying to use FreshRSS cli in order to install FreshRSS from A to Z.
I'm first trying to install Fresh using the first cli step:
>./cli/do-install.php --default_user admin --api_enabled --db-type sqlite
FreshRSS install…
FreshRSS install failed requirements:
• pdo-mysql
• pdo-pgsql
• data
• cache
• users
• faviconsIt is the simplest install options possible. But I don't understand what does this return means?
I was thinking about a permission issue, but when I try to install FreshRSS via the web interface, I get no error nor warning. Permissions are already set and writable by the server, and mandatory php modules are also already installed.
Am I missing something?
Reactions are currently unavailable