Ambienteinstall » Histórico » Versão 1
Mauricio Luiz Viani, 06/07/2018 16:56 h
1 | 1 | Mauricio Luiz Viani | h1. Iniciando o Ambiente de Desenvolvimento |
---|---|---|---|
2 | 1 | Mauricio Luiz Viani | |
3 | 1 | Mauricio Luiz Viani | h2. Clonando o repositório do Expresso Livre |
4 | 1 | Mauricio Luiz Viani | |
5 | 1 | Mauricio Luiz Viani | * Entre em um shell de comando, no usuário em que foi configurado o git; |
6 | 1 | Mauricio Luiz Viani | |
7 | 1 | Mauricio Luiz Viani | * Crie uma pasta, em algum local do seu disco, para receber o repositório; |
8 | 1 | Mauricio Luiz Viani | |
9 | 1 | Mauricio Luiz Viani | * Execute a clonagem: |
10 | 1 | Mauricio Luiz Viani | |
11 | 1 | Mauricio Luiz Viani | <pre> |
12 | 1 | Mauricio Luiz Viani | $ git clone http://git.expressolivre.org/expressolivre.git <pasta-local> |
13 | 1 | Mauricio Luiz Viani | </pre> |
14 | 1 | Mauricio Luiz Viani | |
15 | 1 | Mauricio Luiz Viani | h2. |