summaryrefslogtreecommitdiff
path: root/content/posts/2018/2018-05-07-sparrowdo-getting-started.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2018/2018-05-07-sparrowdo-getting-started.md')
-rw-r--r--content/posts/2018/2018-05-07-sparrowdo-getting-started.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/content/posts/2018/2018-05-07-sparrowdo-getting-started.md b/content/posts/2018/2018-05-07-sparrowdo-getting-started.md
index b75de3a..aec4fdf 100644
--- a/content/posts/2018/2018-05-07-sparrowdo-getting-started.md
+++ b/content/posts/2018/2018-05-07-sparrowdo-getting-started.md
@@ -77,10 +77,10 @@ This is Rakudo Star version 2018.04.1 built on MoarVM version 2018.04.1
implementing Perl 6.c.
```
-{< admonition title="note" >}
+{{< admonition title="note" >}}
If there's a newer version available of Rakudo Star, the version numbers given
by `perl6 -v` will differ for you.
-{< / admonition >}
+{{< / admonition >}}
### Installing Sparrowdo with zef
@@ -105,10 +105,10 @@ option to do this automatically.
sparrowdo --bootstrap
```
-{< admonition title="tip" >}
+{{< admonition title="tip" >}}
If you wish to bootstrap a remote system, you can use the `--host` option to
specify the system. For example: `sparrowdo --host=192.168.1.2 --bootstrap`.
-{< / admonition >}
+{{< / admonition >}}
Now your system is ready to be configured automatically using Sparrowdo!
@@ -124,11 +124,11 @@ To make our sample, we'll create a new directory to work in, so we have clean
directory that can be shared easily. You can also keep this directory under
version control, so you can distribute the `sparrowfile` with all its templates.
-{< admonition title="tip" >}
+{{< admonition title="tip" >}}
If you just want to create an empty directory to test things in, without
"polluting" the rest of your system, just call `cd -- "$(mktemp -d)"`. This will
create a temporary directory and change the working directory to there.
-{< / admonition >}
+{{< / admonition >}}
I'll be using `~/.local/sparrowdo/local-dns` to work in, as I'll be setting up a
local dns cache with [http://www.thekelleys.org.uk/dnsmasq/doc.html](dnsmasq)
@@ -209,10 +209,10 @@ command with `--local_mode` and wait.
sparrowdo --local_mode
```
-{< admonition title="note" >}
+{{< admonition title="note" >}}
If you want to run this on a remote machine to configure that one instead, you
can use `--host=<ip>` instead of `--local_mode`.
-{< admonition >}
+{{< admonition >}}
You can check whether it actually worked by inspecting the files in
`/etc/dnsmasq.d` and your `/etc/resolv.conf`. The easiest way to check their