-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ Before starting you must complete this checklist: | |
After this, just log in to your server and issue the following command, replacing the hostnames you already configured and your email address: | ||
|
||
```bash | ||
curl -sSL get.ticke.tz | sudo bash backend.example.com frontend.example.com [email protected] | ||
curl -sSL get.ticke.tz | sudo bash -s backend.example.com frontend.example.com [email protected] | ||
``` | ||
|
||
After a few minutes you will have the server running at the name you gave to the frontend host. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ Antes de começar, você deve completar esta lista de verificação: | |
Após isso, basta fazer login no seu servidor e emitir o seguinte comando, substituindo os nomes de host que você já configurou e seu endereço de email: | ||
|
||
```bash | ||
curl -sSL get.ticke.tz | sudo bash backend.exemplo.com frontend.exemplo.com [email protected] | ||
curl -sSL get.ticke.tz | sudo bash -s backend.exemplo.com frontend.exemplo.com [email protected] | ||
``` | ||
|
||
Após alguns minutos, você terá o servidor rodando no nome que você deu para o host do frontend. | ||
|