OpenPhoto: mudanças entre as edições
De MochilaWiki
Ir para navegaçãoIr para pesquisar
Criou página com 'Página do projeto * http://theopenphotoproject.org/ instalando no ubuntu <source lang="bash"> curl https://raw.github.com/openphoto/frontend/master/documentation/guides/Install...' |
Sem resumo de edição |
||
| Linha 5: | Linha 5: | ||
<source lang="bash"> | <source lang="bash"> | ||
curl https://raw.github.com/openphoto/frontend/master/documentation/guides/InstallationUbuntuApache.sh | /bin/bash | curl https://raw.github.com/openphoto/frontend/master/documentation/guides/InstallationUbuntuApache.sh | /bin/bash | ||
</source> | |||
baixando fontes | |||
<source lang="bash"> | |||
wget https://github.com/openphoto/frontend/tarball/master -O openphoto.tar.gz | |||
</source> | </source> | ||
Edição das 13h30min de 2 de janeiro de 2012
Página do projeto
instalando no ubuntu
curl https://raw.github.com/openphoto/frontend/master/documentation/guides/InstallationUbuntuApache.sh | /bin/bash
baixando fontes
wget https://github.com/openphoto/frontend/tarball/master -O openphoto.tar.gz