Commit abd20eb0fa631ed6a411b1365c5e3f5bb1de4f88
1 parent
32ef4e16
Exists in
master
and in
1 other branch
Instrucao para baixar o script
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
installDoc/gitlab-sei.tex
... | ... | @@ -7,6 +7,13 @@ |
7 | 7 | |
8 | 8 | \subsection{Instalação Gitlab e Integração com Redmine} |
9 | 9 | |
10 | +Baixar o script de instalação do Gitlab. | |
11 | + | |
12 | +\fbox{\parbox{\textwidth}{ | |
13 | +\texttt{sudo yum install wget -y}}} | |
14 | + | |
15 | +\fbox{\parbox{\textwidth}{ | |
16 | +\texttt{sudo wget https://gitlab.com/softwarepublico/labsei/raw/master/script/instalacaoGitlab.sh}}} | |
10 | 17 | |
11 | 18 | \fbox{\parbox{\textwidth}{ |
12 | 19 | \texttt{sudo chmod +x instalacaoGitlab.sh}}} | ... | ... |