Il giorno domenica 23 febbraio 2014 18:01:23 UTC+1, Kenneth Bolton ha 
scritto:

> Federico,
>
> Have you reviewed the tutorial at 
> http://bscientific.org/blog/mezzanine-fabric-git-vagrant-joy/? It may be 
> a bit dated, but should work.
>
>
Hi Ken

yes, I did before asking here. Unfortunately it didn't help me.

Let's start with the nginx error:

Starting nginx: nginx: [emerg] 
SSL_CTX_use_certificate_chain_file("/etc/nginx/conf/project.crt") failed 
(SSL: error:02001002:system library:fopen:No such file or directory 
error:20074002:BIO routines:FILE_CTRL:system lib error:140DC002:SSL 
routines:SSL_CTX_use_certificate_chain_file:system lib)
nginx: configuration file /etc/nginx/nginx.conf test failed
 
This is because /etc/nginx/sites-enabled/project.conf contains these two 
lines:

    ssl_certificate      conf/project.crt;
    ssl_certificate_key  conf/project.key;

This time I've deleted (instead of commenting) these lines, restarted nginx 
and everything seems Ok.
But I'd like to fix it, because if I have to re-run 'fab all' the nginx 
conf file will probably be overwritten.

There's only a *small* problem :-) Django is not running and my virtualenv 
doesn't contain the project/ folder. Probably the production database is 
not even setup.
What should  I tell to Fabric?

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to