mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:26:04 +02:00
dokku: add Italian translation.
This commit is contained in:
parent
34dd400362
commit
c489aa9bd4
1 changed files with 25 additions and 0 deletions
25
pages.it/common/dokku.md
Normal file
25
pages.it/common/dokku.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# dokku
|
||||
|
||||
> Mini-Heroku basato su Docker (PaaS, Platform As A Service).
|
||||
> Distribuisci facilmente molteplici app sul tuo server in diversi linguaggi utilizzando un singolo comando `git-push`.
|
||||
> Maggiori informazioni: <https://github.com/dokku/dokku>.
|
||||
|
||||
- Elenca app in esecuzione:
|
||||
|
||||
`dokku apps`
|
||||
|
||||
- Crea un'app:
|
||||
|
||||
`dokku apps:create {{nome_app}}`
|
||||
|
||||
- Rimuovi un'app:
|
||||
|
||||
`dokku apps:destroy {{nome_app}}`
|
||||
|
||||
- Installa un plugin:
|
||||
|
||||
`dokku plugin:install {{url_completo_repo}}`
|
||||
|
||||
- Collega un database ad un'app:
|
||||
|
||||
`dokku {{db}}:link {{nome_db}} {{nome_app}}`
|
Loading…
Add table
Reference in a new issue