[PATCH 0/2] Switching from thin to unicorn

Bráulio Bhavamitra braulio at eita.org.br
Thu Sep 10 12:45:17 BRT 2015


+1

On Thu, Sep 10, 2015 at 12:36 PM Antonio Terceiro <terceiro at colivre.coop.br>
wrote:

> This patch series switches the Noosfero infrastructure (script/production,
> script/development and others) to use unicorn instead of thin. unicorn is
> more
> robust, has better performance, and is easier to integrate with the
> upstream
> web server.
>
> Antonio Terceiro (2):
>   core: switch to unicorn
>   debian: switch to unicorn
>
>  Gemfile                                      |  2 +-
>  config.ru                                    |  8 +++++++-
>  config/thin.yml.dist                         | 13 -------------
>  config/unicorn.rb.dist                       |  5 +++++
>  debian/apache2/conf.d/noosfero-cluster.conf  |  8 --------
>  debian/apache2/virtualhost.conf              |  6 +++++-
>  debian/control                               |  2 +-
>  debian/noosfero-apache.install               |  1 -
>  debian/noosfero.install                      |  2 +-
>  debian/noosfero.links                        |  2 +-
>  debian/noosfero.postinst                     | 24 ++++++++++++------------
>  debian/thin.yml                              | 13 -------------
>  debian/unicorn.rb                            |  3 +++
>  debian/update-noosfero-apache                | 15 ++-------------
>  gitignore.example                            |  2 +-
>  lib/noosfero/unicorn.rb                      | 20 ++++++++++++++++++++
>  script/apacheconf                            | 17 +----------------
>  script/development                           | 19 +++++++++----------
>  script/install-dependencies/debian-wheezy.sh |  4 ++--
>  script/production                            | 27
> ++++++++++++++++++++++-----
>  util/debian-install/test                     |  2 +-
>  21 files changed, 94 insertions(+), 101 deletions(-)
>  delete mode 100644 config/thin.yml.dist
>  create mode 100644 config/unicorn.rb.dist
>  delete mode 100644 debian/apache2/conf.d/noosfero-cluster.conf
>  delete mode 100644 debian/thin.yml
>  create mode 100644 debian/unicorn.rb
>  create mode 100644 lib/noosfero/unicorn.rb
>
> --
> 2.5.1
>
> _______________________________________________
> Noosfero-dev mailing list
> Noosfero-dev at listas.softwarelivre.org
> http://listas.softwarelivre.org/cgi-bin/mailman/listinfo/noosfero-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150910/47d3f904/attachment.html>


More information about the Noosfero-dev mailing list