I just did the same thing!
A couple of other minor tweaks:
* The logging directory /var/log/uwsgi also needs to be created.
* There is a missing "s" in /etc/nginx/site-available/mayan, it should be
/etc/nginx/sites-available/mayan
On 17/12/2015 10:46 AM, "Philippe Verbeke" <[email protected]> wrote:

> I was able to install successfully Mayan-EDMS 2.0.0 under Ubuntu Server
> 15.10 following this method and adding one step before the creation of the
> supervisor file for the uWSGI process:
>
> - Create the /usr/share/mayan-edms/uwsgi.ini file:
>
>     [uwsgi]
>     chdir = /usr/share/mayan-edms/lib/python2.7/site-packages/mayan
>     chmod-socket = 664
>     chown-socket = www-data:www-data
>     env = DJANGO_SETTINGS_MODULE=mayan.settings.production
>     gid = root
>     logto = /var/log/uwsgi/%n.log
>     pythonpath = /usr/share/mayan-edms/lib/python2.7/site-packages
>     master = True
>     max-requests = 5000
>     socket = /usr/share/mayan-edms/uwsgi.sock
>     uid = root
>     vacuum = True
>     wsgi-file =
> /usr/share/mayan-edms/lib/python2.7/site-packages/mayan/wsgi.py
>
> Great project. Thank you very much for sharing it.
>
> Philippe Verbeke
>
> Le jeudi 22 octobre 2015 01:24:14 UTC+2, Roberto Rosario a écrit :
>>
>> As promised this is the officially recommended way to do a simple
>> production deployment. A setup like this should scale to several hundred
>> thousand documents and 2 to 3 concurrent users. This setup should cover
>> most people wanting to use Mayan EDMS for personal and home office use, any
>> more than that I recommend you seek consulting/support for your use case.
>>
>> http://mayan.readthedocs.org/en/development/topics/deploying.html
>>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Mayan EDMS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to