diff options
author | Arquivo Publico de Memoria Coletiva <arquivo@sarava.org> | 2015-08-01 16:38:50 -0300 |
---|---|---|
committer | Arquivo Publico de Memoria Coletiva <arquivo@sarava.org> | 2015-08-01 16:38:50 -0300 |
commit | e694e491a8504c7fc213d0d14a82b94924cdb55f (patch) | |
tree | a29c20af69464543838b4661ef11c0136c638a26 | |
parent | fc71155175da28c7ecfe7c1dd1bd98527a5581da (diff) | |
download | arquivo-e694e491a8504c7fc213d0d14a82b94924cdb55f.tar.gz arquivo-e694e491a8504c7fc213d0d14a82b94924cdb55f.tar.bz2 |
Alvo 'whoami' no Makefile
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | documentacao.mdwn | 2 | ||||
-rw-r--r-- | documentacao/index.html | 4 |
3 files changed, 7 insertions, 3 deletions
@@ -23,3 +23,7 @@ web_deploy: post_update: cd .git/hooks && ln -sf ../../bin/post-update + +whoami: + git config user.name "Arquivo Publico de Memoria Coletiva" + git config user.email arquivo@sarava.org diff --git a/documentacao.mdwn b/documentacao.mdwn index 1363c962caf..588afc46089 100644 --- a/documentacao.mdwn +++ b/documentacao.mdwn @@ -68,6 +68,6 @@ Já nos servidor remoto: cd /var/cache/sites git clone arquivo.git arquivo && rm -rf arquivo.git chown -R arquivo. arquivo - cd arquivo && git annex init SERVIDOR + cd arquivo && git annex init SERVIDOR && make whoami && make post_update A partir deste ponto você já pode adicionar usar o repositório normalmente. diff --git a/documentacao/index.html b/documentacao/index.html index 7a848251c00..c8cac67242f 100644 --- a/documentacao/index.html +++ b/documentacao/index.html @@ -145,7 +145,7 @@ rsync -avz -e 'ssh -p PORTA' arquivo.git/ arquivo@SERVIDOR:/var/cache/sites/arqu <pre><code>cd /var/cache/sites git clone arquivo.git arquivo && rm -rf arquivo.git chown -R arquivo. arquivo -cd arquivo && git annex init SERVIDOR +cd arquivo && git annex init SERVIDOR && make whoami && make post_update </code></pre> <p>A partir deste ponto você já pode adicionar usar o repositório normalmente.</p> @@ -173,7 +173,7 @@ cd arquivo && git annex init SERVIDOR <!--<div class="pagedate"> - Last edited <span class="date">Sáb 01 Ago 2015 16:15:15 BRT</span> + Last edited <span class="date">Sáb 01 Ago 2015 16:37:48 BRT</span> </div> --> </div> |