diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-11-03 17:18:04 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-11-03 17:18:04 -0200 |
commit | 684b3cdc973f0941f214b29d6e50e9868ae820d7 (patch) | |
tree | 99cfcc66ea2d756ec61569db14da06ee82d10c61 | |
parent | f1a55974589a5079fba5ae3b992d19c25577d23f (diff) | |
download | padrao-684b3cdc973f0941f214b29d6e50e9868ae820d7.tar.gz padrao-684b3cdc973f0941f214b29d6e50e9868ae820d7.tar.bz2 |
Checando a integridade do codigo
-rw-r--r-- | install.mdwn | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/install.mdwn b/install.mdwn index 0afbc75..d720278 100644 --- a/install.mdwn +++ b/install.mdwn @@ -12,7 +12,17 @@ Atualmente o Padrão Saravá utiliza a [Hydra Suite](http://git.sarava.org/?p=hydr A Hydra Suite pode ser obtida e instalada diretamente do seu repositório: - git clone git://git.sarava.org/hydra.git && ./hydra/hydractl deploy + git clone git://git.sarava.org/hydra.git + +Verifique a [integridade do código](https://manual.sarava.org/specs/code/): + + cd hydra + tag="`git describe --abbrev=0 --tags`" + git tag -v $tag && git checkout $tag + +Opcionalmente instale a suite no sistema: + + ./hydractl deploy Após a instalação, basta iniciar o procedimento com os devidos privilégios administrativos (como `root` ou usando o `sudo`): |