- 19 Apr, 2017 1 commit
-
-
- 13 Mar, 2017 1 commit
-
-
Separate /oai requests in a dedicated cubicweb instance, so when all threads on /oai are busy handling long OAI requests we can continue to serve other requests.
-
- 27 Feb, 2017 2 commits
-
-
Just like other variables
-
Drop explicit numprocs and autostart options since they have their default value (see http://supervisord.org/configuration.html).
-
- 09 Feb, 2017 2 commits
-
-
gunicorn is a lot simplier to deploy (no config file) and handle our use case as well as uwsgi. Testing number of threads on worker could not be done easily because they are start lazily. So just drop this test.
-
Always install a pyramid.ini file and if wsgi mode (uwsgi) is disabled, use 'cubicweb-ctl pyramid -D <instance>' to start the instance.
-
- 02 Feb, 2017 2 commits
-
-
-
Because packages are a pain to maintain for low benefit, and this is even worse with transition to 3.24 new-style cube including entry point (as saem-ref). The only difference with dev mode is that package is instance from pypi vs mercurial.
-
- 23 Jun, 2016 1 commit
-
-
Philippe Pepiot authored
-
- 22 Jun, 2016 1 commit
-
-
Philippe Pepiot authored
WSGI using pyramid-cubicweb and uwsgi is enabled by default on centos 7 and jessie. Use a redis server as session backend.
-
- 21 Apr, 2016 1 commit
-
-
* working formula on centos 6 - Add dirty supervisor installation & config for centos 6 - Split states (install, config, supervisor) * Test and dev with docker and testinfra Also add a travis config
-