diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-01 17:21:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-01 17:21:16 -0300 |
commit | 07d75df75ada34ef4b7de9cb07770b19251520f1 (patch) | |
tree | a3b814eda00e61afbaf9f778edee4ccaba92741d /index.md | |
parent | ef09f1fdae32c8d46b464bb50a85bb69097c211a (diff) | |
download | padrao-07d75df75ada34ef4b7de9cb07770b19251520f1.tar.gz padrao-07d75df75ada34ef4b7de9cb07770b19251520f1.tar.bz2 |
Change markdown extension to .md
Diffstat (limited to 'index.md')
-rw-r--r-- | index.md | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/index.md b/index.md new file mode 100644 index 0000000..17d4b9d --- /dev/null +++ b/index.md @@ -0,0 +1,60 @@ +Padrão Fluxo +============ + +O Padrão Fluxo é uma sistematização de configuração de servidores, gerenciadores de conteúdo e aplicações diversas usados pelo Grupo Fluxo. O padrão foi desenvolvido para: + +* Ter controle dos pacotes utilizados, arquivos de configuração e serviços em uso. +* Uniformidade de administração. +* Sistema de gerenciamento de backups comum para que as máquinas de um projeto possam trocar dados. +* Que um servidor seja configurado apenas uma vez e que suas configurações possam ser aproveitados para outras máquinas. +* Que sites e serviços sejam armazenados de maneira regular para facilitar atualizações e migrações. +* Manter projetos e serviços isolados uns dos outros através de servidores virtuais. +* Tornar a instalação dos servidores facilmente replicável. + +A antiga documentação do Padrão Fluxo ainda [está disponível](trac/). + +# Conteúdo + +* [Sistema de resgate](rescue). +* [Boxes](boxes). +* [Instalação](install). +* [Provisionamento](provision). +* [Domínios](domains). +* [Bootless](bootless). +* [Swap](swap). +* [Firewire](firewire). +* [Firewall](firewall). +* [VServers](vservers). +* [Puppet](puppet). +* [Backup](backup). +* [Chaves](keys). +* [Certificados](certs). +* [Cryptocalypse](cryptocalypse). +* [Auditoria](audit). +* [Bootstrap](bootstrap). +* [Gerindo um nodo](nodo). + +# Licença + +O Padrão Fluxo é distribuído conforme a [GNU Affero General Public License](http://www.gnu.org/licenses/agpl-3.0.html): + + Fluxo Pattern + Copyright (C) 2015 Fluxo Group + Copyright (C) 2009-2015 Sarava Group + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the + License, or any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +---- + +This wiki is powered by [ikiwiki](http://ikiwiki.info). |