You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ If you don't already have one, [create a DO account](https://www.digitalocean.co
36
36
37
37
### Authenticate
38
38
39
-
The best way to authenticate is to generate a personal access token (https://cloud.digitalocean.com/settings/tokens/new) and save it in an environment variable called `DO_PAT`. If you don't do this, you'll be prompted to authenticate in your browser the first time you use analogsea.
39
+
The best way to authenticate is to generate a personal access token (https://cloud.digitalocean.com/settings/tokens/new) and save it in an environment variable called `DO_PAT`. If you don't do this, you'll be prompted to authenticate in your browser the first time you use analogsea.
40
40
41
41
Make sure you provide digitial ocean your public key at https://cloud.digitalocean.com/ssh_keys. Github has some good advice on creating a new public key if you don't already have one: https://help.github.com/articles/generating-ssh-keys/.
Copy file name to clipboardExpand all lines: inst/vign/doapi.Rmd
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ If you don't already have one, [create a DO account](https://www.digitalocean.co
23
23
24
24
## Authenticate
25
25
26
-
The best way to authenticate is to generate a [personal access token](https://cloud.digitalocean.com/settings/tokens/new) and save it in an environment variable called `DO_PAT`. If you don't do this, you'll be prompted to authenticate in your browser the first time you use analogsea.
26
+
The best way to authenticate is to generate a personal access token(https://cloud.digitalocean.com/settings/tokens/new) and save it in an environment variable called `DO_PAT`. If you don't do this, you'll be prompted to authenticate in your browser the first time you use analogsea.
27
27
28
-
Make sure you provide digitial ocean your public key at <https://cloud.digitalocean.com/ssh_keys>. Github has some good advice on creating a new public key if you don't already have one: <https://help.github.com/articles/generating-ssh-keys/>.
28
+
Make sure you provide digitial ocean your public key at https://cloud.digitalocean.com/ssh_keys. Github has some good advice on creating a new public key if you don't already have one: <https://help.github.com/articles/generating-ssh-keys/>.
29
29
30
30
## Create a droplet
31
31
@@ -228,7 +228,3 @@ Delete a domain name, returns nothing if delete is successful
228
228
```{r}
229
229
domain(dom) %>% domain_delete()
230
230
```
231
-
232
-
## Docker and Digital Ocean
233
-
234
-
In the _Docker on Digital Ocean_ vignette we cover working with Docker on Digital Ocean.
Copy file name to clipboardExpand all lines: vignettes/doapi.Rmd
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ If you don't already have one, [create a DO account](https://www.digitalocean.co
12
12
13
13
## Authenticate
14
14
15
-
The best way to authenticate is to generate a personal access token (https://cloud.digitalocean.com/settings/tokens/new) and save it in an environment variable called `DO_PAT`. If you don't do this, you'll be prompted to authenticate in your browser the first time you use analogsea.
15
+
The best way to authenticate is to generate a personal access token (at the url cloud.digitalocean.com/settings/tokens/new) and save it in an environment variable called `DO_PAT`. If you don't do this, you'll be prompted to authenticate in your browser the first time you use analogsea.
16
16
17
-
Make sure you provide digitial ocean your public key at https://cloud.digitalocean.com/ssh_keys. Github has some good advice on creating a new public key if you don't already have one: https://help.github.com/articles/generating-ssh-keys/.
17
+
Make sure you provide digitial ocean your public key at the url cloud.digitalocean.com/ssh_keys. Github has some good advice on creating a new public key if you don't already have one: <https://help.github.com/articles/generating-ssh-keys/>.
0 commit comments