Re: [Zotonic-Dev] Running Zotonic without Postgres

2018-03-20 Thread Kirill Sysoev
https://github.com/zotonic/zotonic/pull/1891 Regards, Kirill пятница, 16 марта 2018 г., 12:56:52 UTC+3 пользователь Marc Worrell написал: > > Yes, I think we can decouple it. > > - Marc > > > > On 16 Mar 2018, at 09:04, Kirill Sysoev > wrote: > > Marc, > > While playing

Re: [Zotonic-Dev] Running Zotonic without Postgres

2018-03-16 Thread Marc Worrell
Yes, I think we can decouple it. - Marc > On 16 Mar 2018, at 09:04, Kirill Sysoev wrote: > > Marc, > > While playing with DBless Zotonic and decided to get rid of mod_admin, it > appeared that mod_translation dependent on mod_admin. > This dependence looks weak

Re: [Zotonic-Dev] Running Zotonic without Postgres

2018-03-16 Thread Kirill Sysoev
Marc, While playing with DBless Zotonic and decided to get rid of mod_admin, it appeared that mod_translation dependent on mod_admin. This dependence looks weak enough: - 2 records definitions in admin_menu.hrl - "language_list" variable stored in db

Re: [Zotonic-Dev] Running Zotonic without Postgres

2018-03-13 Thread Kirill Sysoev
Thanks, Marc! This is exactly what I was looking for. Regards, вторник, 13 марта 2018 г., 14:46:29 UTC+3 пользователь Marc Worrell написал: > > Yes. > > You can check the zotonic_status site config: > > %% This site doesn't use a database connection > {dbdatabase, none}, > > This disables the

Re: [Zotonic-Dev] Running Zotonic without Postgres

2018-03-13 Thread Marc Worrell
Yes. You can check the zotonic_status site config: %% This site doesn't use a database connection {dbdatabase, none}, This disables the database for the given site. Be careful that a lot of modules do need database support. Cheers, Marc > On 13 Mar 2018, at 12:44, Kirill

[Zotonic-Dev] Running Zotonic without Postgres

2018-03-13 Thread Kirill Sysoev
Hi I would like to use Zotonic as a framework only. Is there an easy way to run site on Zotonic without Postgres installed on the system? I see DB check hardcoded into install_check, but maybe there is a hidden silver bullet to get rid of that? :)) Regards, Kirill -- --- You received this