Hi,

The uWSGI ini file is indeed missing from the instructions, thanks for 
finding this, will add to the docs ASAP.
Thanks for installing it, feel free to post feedback or open tickets for 
any issue you find.

Thanks,
--Roberto

On Wednesday, December 16, 2015 at 5:46:26 PM UTC-4, Philippe Verbeke 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.

Reply via email to