I have to look into that. We normally build on linux and macos, but it
should definitely work in freebsd as well.
Could you check if this works?
Clone https://github.com/Vagabond/erlang-syslog.git
Adapt the rebar.config to this:
%% -*- mode: erlang;erlang-indent-level: 2;indent-tabs-mode: nil
Yes, via your zotonic.config you can configure this. See
also: http://docs.zotonic.com/en/latest/ref/modules/mod_ssl.html
--
---
You received this message because you are subscribed to the Google Groups
"Zotonic developers" group.
To unsubscribe from this group and stop receiving emails from
Which zotonic branch are you using?
The thing is that zotonic always starts an ssl listener. Which port is used
depends on your zotonic.config. The default is 8443.
Which port is used can be seen in the console.log.
2016-10-13 11:27:01.234 [info] <0.248.0>@zotonic_sup:init:182 Web server
list
Here you subscribe to a local page topic. The handler will be called when a
message matching topic is published. This is done via:
pubzub.publish("~pagesession/foo/bar", "hello world");
You can also subscribe and publish to side wide topics. See:
http://docs.zotonic.com/en/latest/ref/modul
The errors here are unrelated.
Make sure mod_ssl_self_signed and mod_ssl are both enabled.
You can do this via de zotonic shell and
z_module_manager:activate(mod_ssl_self_signed, z:c(yoursite)).
z_module_manager:activate(mod_ssl, z:c(yoursite)).
Zotonic will generate a new key and self signed
Hi Michiel,
Maybe this helps. Justin, my colleague, uses http://crowdin.com to manage
localization of our service.
Crowdin has associations with professional translation services. In
practice this is very very handy, and it doesn't cost a lot of money. You
can already get localized strings for
I know this error. It happens when a nif tries to lock resources or start
threads on a erlang VM without SMP support. Travis used to have this in the
past.
I don't know what you are running on, but check the SMP support of your VM.
Regards,
Maas
On Monday, September 26, 2016 at 5:57:55 PM U